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
/
Index
/
Inputs
/
complete-pch.h
blob
ddf5253c134d45b01fb9c1a09454937f4c03b4f5
1
@interface A
2
- (
int
)
instanceMethod1
:(
int
)
x
;
3
+ (
int
)
classMethod1
:(
double
)
d
;
4
@end
5
6
@interface B
7
- (
int
)
instanceMethod2
:(
int
)
x
;
8
+ (
int
)
classMethod2
:(
float
)
f
;
9
@end
10