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
[Ubsan][Driver] Remove UBSAN C++ runtime from other sanitizers (#121006)
[llvm-project.git]
/
clang
/
test
/
ASTMerge
/
function
/
Inputs
/
function2.c
blob
6ca810a6f20bcf60b234d68bfd8fc1f5933a3a6c
1
typedef
int
Int
;
2
void
f0
(
Int
);
3
void
f1
(
Int
,
double
);
4
void
f2
(
int
,
int
);
5
void
f3
(
int
);
6
static void
f4
(
float
,
float
);
7
int
f5
(
int
)
__attribute__
((
const
));