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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
name_allowlist.cpp
blob
8cfdbc69bc446708cf2ffb901af1336ee6de9459
1
int
func1
() {
2
return
1
;
3
}
4
int
func2
() {
5
return
1
;
6
}
7
int
func3
() {
8
return
1
;
9
}
10
int
func4
() {
11
return
1
;
12
}
13
int
func5
() {
14
return
1
;
15
}
16
int
func6
() {
17
return
1
;
18
}