/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-10-21-LocalRegAllocAssert2.ll | 7 …%struct._message_ref_t = type { %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t… 8 %struct.objc_object = type { } 15 …enerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct… 17 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag… 18 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp27( %struct.objc_object* nu… 19 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag… 21 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag… 22 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp40( %struct.objc_object* nu… 23 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp33( %struct.objc_object* nu…
|
D | 2007-10-21-LocalRegAllocAssert.ll | 8 …%struct._message_ref_t = type { %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t… 9 %struct.objc_object = type { } 17 …enerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct… 20 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null… 22 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag… 23 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null… 24 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp37( %struct.objc_object* nu… 25 …objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null…
|
D | 2008-03-24-CoalescerBug.ll | 3 %struct..0objc_object = type { %struct.objc_class* } 4 %struct.NSArray = type { %struct..0objc_object } 6 …%struct.PFTPersistentSymbols = type { %struct..0objc_object, %struct.VMUSymbolicator*, %struct.NSM… 7 %struct.VMUMachTaskContainer = type { %struct..0objc_object, i32, i32 } 8 …%struct.VMUSymbolicator = type { %struct..0objc_object, %struct.NSMutableArray*, %struct.NSArray*,… 17 …ddress, %struct.NSArray* %path, i32 %lineNumber, i64 %flags, %struct..0objc_object* %owner) nounwi… 21 …tr (i64 4294901504 to i8 (%struct..0objc_object*, %struct.objc_selector*, %struct.NSArray*)*)( %st…
|
D | trampoline.ll | 23 %struct._objc_super = type { %struct.objc_object*, %struct._objc_class* } 27 %struct.objc_object = type opaque 37 …i8]* @"\01L_OBJC_METH_VAR_TYPE_0", i32 0, i32 0), i8* bitcast (%struct.objc_object* (%struct.NSBit… 47 define internal %struct.objc_object* @"-[NSBitmapImageRep copyWithZone:]"(%struct.NSBitmapImageRep*… 52 %retval = alloca %struct.objc_object* ; <%struct.objc_object**> [#uses=1] 55 %self.1 = alloca %struct.objc_object* ; <%struct.objc_object**> [#uses=2] 104 …%26 = bitcast %struct.NSBitmapImageRep* %25 to %struct.objc_object* ; <%struct.objc_object*> [#us… 105 store %struct.objc_object* %26, %struct.objc_object** %self.1, align 4 108 %28 = load %struct.objc_object** %self.1, align 4 ; <%struct.objc_object*> [#uses=1] 109 …objc_object* (%struct.objc_object*, %struct.objc_selector*, ...)* inttoptr (i64 4294901504 to %str… [all …]
|
/external/clang/test/SemaObjC/ |
D | message.m | 3 typedef struct objc_object { struct 96 struct objc_object X[10]; 98 …[X rect]; // expected-warning {{receiver type 'struct objc_object *' is not 'id' or interface poin…
|
D | block-ivar.m | 5 struct objc_object *isa;
|
D | self-in-function.m | 7 typedef struct objc_object { struct
|
D | class-getter-using-dotsyntax.m | 10 typedef struct objc_object {
|
D | property-lookup-in-id.m | 6 typedef struct objc_object { struct
|
D | interface-layout.m | 3 typedef struct objc_object {} *id; argument
|
D | protocol-qualified-class-unsupported.m | 7 typedef struct objc_object { struct
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-in-block.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*"… 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*"…
|
D | objc-modern-fast-enumeration.mm | 4 …r -Wno-address-of-temporary -D"Class=struct objc_class *" -D"id=struct objc_object *" -D"SEL=void*… 5 …dress-of-temporary -D_WIN64 -D"Class=struct objc_class *" -D"id=struct objc_object *" -D"SEL=void*…
|
D | objc-super-test.m | 4 typedef struct objc_object *id; struct
|
D | rewrite-modern-super.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object *" -D"SEL=void*…
|
D | rewrite-modern-try-finally.m | 5 typedef struct objc_object { struct
|
/external/clang/test/Modules/Inputs/ |
D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; struct
|
/external/clang/test/Sema/ |
D | builtin_objc_msgSend.c | 6 typedef struct objc_object { struct
|
/external/clang/test/SemaCXX/ |
D | builtin_objc_msgSend.cpp | 6 typedef struct objc_object *id;
|
/external/clang/test/CodeGenObjC/ |
D | blocks-ivar-debug.m | 5 struct objc_object *isa;
|
D | debug-info-impl.m | 4 struct objc_object *isa;
|
D | debug-info-synthesis.m | 6 struct objc_object *isa;
|
D | debug-info-block-helper.m | 8 struct objc_object *isa;
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.h | 8 typedef struct objc_object { struct
|
/external/clang/test/Analysis/ |
D | shallow-mode.m | 8 typedef struct objc_object { struct
|