repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Analysis
/
Inputs
/
errno_func.h
blob
a6c74b1a08d1ef8321603f883dd290e436aacbc6
1
#pragma clang system_header
2
3
// Define 'errno' as a macro that calls a function.
4
int
*
__errno_location
();
5
#define errno (*__errno_location())