Lines Matching defs:__attribute__
5 __attribute__((objc_root_class)) function
7 - (void)bothTCBAndTCBLeafOnSeparateRedeclarations __attribute__((enforce_tcb("x"))); // expected-no… method
9 - (void)bothTCBAndTCBLeafOnSeparateRedeclarationsOppositeOrder __attribute__((enforce_tcb_leaf("x")… method
11 - (void)bothTCBAndTCBLeafButDifferentIdentifiersOnSeparateRedeclarations __attribute__((enforce_tcb… method
13 - (void)bothTCBAndTCBLeafButDifferentIdentifiersOnSeparateRedeclarationsOppositeOrder __attribute__… method
15 - (void)onInterfaceOnly __attribute__((enforce_tcb("test"))); method
19 - (void)noArguments __attribute__((enforce_tcb)); // expected-error{{'enforce_tcb' attribute takes … method in NoImplementation
21 - (void)tooManyArguments __attribute__((enforce_tcb("test", 12))); // expected-error{{'enforce_tcb'… method in NoImplementation
23 - (void)wrongArgumentType __attribute__((enforce_tcb(12))); // expected-error{{expected string lite… method in NoImplementation
25 - (void)noArgumentsLeaf __attribute__((enforce_tcb_leaf)); // expected-error{{'enforce_tcb_leaf' at… method in NoImplementation
27 - (void)tooManyArgumentsLeaf __attribute__((enforce_tcb_leaf("test", 12))); // expected-error{{'enf… method in NoImplementation
29 - (void)wrongArgumentTypeLeaf __attribute__((enforce_tcb_leaf(12))); // expected-error{{expected st… method in NoImplementation
40 {
46 {
55 {
61 {
68 {
75 {
81 {
86 __attribute__((enforce_tcb("y"))) { method
94 {