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]
/
lldb
/
test
/
API
/
lang
/
objc
/
hidden-ivars
/
InternalDefiner.h
blob
f5d8e015aa636d25e20241325f6f53febda49705
1
#import <objc/NSObject.h>
2
#import <stdint.h>
3
4
@interface InternalDefiner
:
NSObject
{
5
@
public
6
uintptr_t
foo
;
7
}
8
9
-(
id
)
initWithFoo
:(
uintptr_t
)
f andBar
:(
uintptr_t
)
b
;
10
11
@end