/external/clang/test/Rewriter/ |
D | objc-modern-getclass-proto.mm | 8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *); 9 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);
|
D | rewrite-super-message.mm | 2 …emporary -DKEEP_ATTRIBUTES -D"id=struct objc_object *" -D"Class=struct objc_class *" -D"SEL=void*"… 20 // CHECK: call %struct.objc_class* @class_getSuperclass
|
D | objc-modern-fast-enumeration.mm | 4 …triple i686-pc-win32 -Werror -Wno-address-of-temporary -D"Class=struct objc_class *" -D"id=struct … 5 …64-pc-win32 -Werror -Wno-address-of-temporary -D_WIN64 -D"Class=struct objc_class *" -D"id=struct …
|
D | rewrite-modern-super.mm | 7 typedef struct objc_class * Class;
|
D | rewrite-modern-try-finally.m | 4 typedef struct objc_class *Class; struct
|
/external/clang/test/Index/ |
D | reparse-predef-objc-protocol.m | 7 // CHECK: declare-objc-predef.h:2:16: StructDecl=objc_class:2:16 Extent=[2:9 - 2:26] 9 // CHECK: declare-objc-predef.h:2:16: TypeRef=struct objc_class:2:16 Extent=[2:16 - 2:26]
|
/external/clang/test/SemaObjC/ |
D | class-getter-using-dotsyntax.m | 4 typedef struct objc_class *Class; struct 6 struct objc_class { struct
|
D | opaque-is-access.m | 6 struct objc_class *isa; 10 struct objc_class *isa;
|
D | deprecated-objc-introspection.m | 10 struct objc_class *isa; 15 struct objc_class *isa; 39 …expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider c… 41 …expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider c…
|
D | opaque-is-access-warn.m | 9 struct objc_class *isa; 13 struct objc_class *isa;
|
D | self-in-function.m | 5 typedef struct objc_class *Class; struct
|
D | method-lookup-5.m | 4 typedef struct objc_class *Class; struct
|
D | category-method-lookup-2.m | 4 typedef struct objc_class *Class; struct
|
D | property-lookup-in-id.m | 4 typedef struct objc_class *Class; struct
|
D | class-method-self.m | 3 typedef struct objc_class *Class; struct
|
D | protocol-qualified-class-unsupported.m | 6 typedef struct objc_class *Class; struct
|
/external/llvm/test/Transforms/InstCombine/ |
D | fp-ret-bitcast.ll | 4 %struct.NSObject = type { %struct.objc_class* } 6 %struct.objc_class = type opaque
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 23 struct objc_class *isa; 54 struct objc_class *isa; 178 // CHECK: constant [14 x i8] c"{objc_class=}\00"
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-03-24-CoalescerBug.ll | 3 %struct..0objc_object = type { %struct.objc_class* } 11 %struct.objc_class = type opaque
|
/external/clang/test/Index/Inputs/ |
D | declare-objc-predef.h | 2 typedef struct objc_class *Class
|
/external/clang/test/Sema/ |
D | builtin_objc_msgSend.c | 5 typedef struct objc_class *Class;
|
/external/llvm/test/MC/MachO/ |
D | x86_64-sections.s | 20 .objc_class
|
D | x86_32-sections.s | 24 .objc_class
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.h | 7 typedef struct objc_class *Class;
|
/external/clang/test/Analysis/ |
D | shallow-mode.m | 7 typedef struct objc_class *Class; struct
|