/external/llvm-project/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 10 typedef struct objc_object { struct 11 Class isa; 12 } *id; 16 A *get_an_A(unsigned); 17 id get_an_id(unsigned); 20 void f(U value, V value2) { 27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}} 28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}} 29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} 30 template void f<9, int>(int, int); // expected-note{{in instantiation of}} [all …]
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 10 typedef struct objc_object { struct 11 Class isa; 12 } *id; 16 A *get_an_A(unsigned); 17 id get_an_id(unsigned); 20 void f(U value, V value2) { 27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}} 28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}} 29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} 30 template void f<9, int>(int, int); // expected-note{{in instantiation of}} [all …]
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-synchronized.m | 4 typedef struct objc_object { struct 5 Class isa; 6 } *id; 8 void *sel_registerName(const char *); 10 id SYNCH_EXPR(); 11 void SYNCH_BODY(); 12 void SYNCH_BEFORE(); 13 void SYNC_AFTER(); 15 void foo(id sem) 29 void test_sync_with_implicit_finally() { [all …]
|
D | rewrite-modern-try-catch-finally.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 extern int printf(const char *, ...); 11 int main() { 33 void test2_try_with_implicit_finally() { 41 void FINALLY(); 42 void TRY(); 43 void CATCH(); 45 @interface NSException
|
D | rewrite-modern-try-finally.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 void FINALLY(); 10 void TRY(); 11 void INNER_FINALLY(); 12 void INNER_TRY(); 13 void CHECK(); 15 @interface Foo
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-modern-synchronized.m | 4 typedef struct objc_object { struct 5 Class isa; 6 } *id; 8 void *sel_registerName(const char *); 10 id SYNCH_EXPR(); 11 void SYNCH_BODY(); 12 void SYNCH_BEFORE(); 13 void SYNC_AFTER(); 15 void foo(id sem) 29 void test_sync_with_implicit_finally() { [all …]
|
D | rewrite-modern-try-catch-finally.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 extern int printf(const char *, ...); 11 int main() { 33 void test2_try_with_implicit_finally() { 41 void FINALLY(); 42 void TRY(); 43 void CATCH(); 45 @interface NSException
|
D | rewrite-modern-try-finally.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 9 void FINALLY(); 10 void TRY(); 11 void INNER_FINALLY(); 12 void INNER_TRY(); 13 void CHECK(); 15 @interface Foo
|
/external/llvm-project/clang/test/SemaObjC/ |
D | protocol-qualified-class-unsupported.m | 7 typedef struct objc_object { struct 8 Class isa; 9 } *id; 10 id objc_getClass(const char *s); 12 @interface Object
|
D | opaque-is-access-warn.m | 8 typedef struct objc_object { struct 9 struct objc_class *isa; 10 } *id; 12 @interface NSObject {
|
D | opaque-is-access.m | 5 typedef struct objc_object { struct 6 struct objc_class *isa; 7 } *id; 9 @interface NSObject {
|
D | self-in-function.m | 7 typedef struct objc_object { struct 8 Class isa; 9 } *id; 11 @interface NSObject
|
D | interface-layout.m | 3 typedef struct objc_object {} *id; struct 4 typedef signed char BOOL; 5 typedef unsigned int NSUInteger;
|
/external/clang/test/SemaObjC/ |
D | protocol-qualified-class-unsupported.m | 7 typedef struct objc_object { struct 8 Class isa; 9 } *id; 10 id objc_getClass(const char *s); 12 @interface Object
|
D | opaque-is-access.m | 5 typedef struct objc_object { struct 6 struct objc_class *isa; 7 } *id; 9 @interface NSObject {
|
D | opaque-is-access-warn.m | 8 typedef struct objc_object { struct 9 struct objc_class *isa; 10 } *id; 12 @interface NSObject {
|
D | self-in-function.m | 7 typedef struct objc_object { struct 8 Class isa; 9 } *id; 11 @interface NSObject
|
D | interface-layout.m | 3 typedef struct objc_object {} *id; argument 4 typedef signed char BOOL; 5 typedef unsigned int NSUInteger;
|
/external/clang/test/Analysis/ |
D | CFDateGC.m | 22 typedef struct objc_object {} *id; struct 23 typedef signed char BOOL; 24 static __inline__ __attribute__((always_inline)) id NSMakeCollectable(CFTypeRef cf) { return 0; } 25 @protocol NSObject - (BOOL)isEqual:(id)object;
|
/external/clang/test/Modules/Inputs/ |
D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; struct
|
/external/llvm-project/clang/test/Modules/Inputs/ |
D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; struct
|
/external/llvm-project/clang/test/Parser/ |
D | objc-forcollection-neg.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 10 @interface MyList
|
D | objc-forcollection-1.m | 4 typedef struct objc_object { struct 5 Class isa; 6 } *id; 9 @protocol P @end
|
/external/clang/test/Parser/ |
D | objc-forcollection-neg.m | 5 typedef struct objc_object { struct 6 Class isa; 7 } *id; 10 @interface MyList
|
D | objc-forcollection-1.m | 4 typedef struct objc_object { struct 5 Class isa; 6 } *id; 9 @protocol P @end
|