Home
last modified time | relevance | path

Searched refs:objc_object (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/test/CodeGen/PowerPC/
D2007-10-21-LocalRegAllocAssert2.ll7 …%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…
17objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag…
18objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp27( %struct.objc_object* nu…
19objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag…
21objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag…
22objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp40( %struct.objc_object* nu…
23objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp33( %struct.objc_object* nu…
D2007-10-21-LocalRegAllocAssert.ll8 …%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…
20objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null…
22objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._messag…
23objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null…
24objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp37( %struct.objc_object* nu…
25objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null…
D2008-03-24-CoalescerBug.ll3 %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…
Dtrampoline.ll23 %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]
109objc_object* (%struct.objc_object*, %struct.objc_selector*, ...)* inttoptr (i64 4294901504 to %str…
[all …]
/external/clang/test/SemaObjC/
Dmessage.m3 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…
Dblock-ivar.m5 struct objc_object *isa;
Dself-in-function.m7 typedef struct objc_object { struct
Dclass-getter-using-dotsyntax.m10 typedef struct objc_object {
Dproperty-lookup-in-id.m6 typedef struct objc_object { struct
Dinterface-layout.m3 typedef struct objc_object {} *id; argument
Dprotocol-qualified-class-unsupported.m7 typedef struct objc_object { struct
/external/clang/test/Rewriter/
Drewrite-foreach-in-block.mm2 // 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*"…
Dobjc-modern-fast-enumeration.mm4 …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*…
Dobjc-super-test.m4 typedef struct objc_object *id; struct
Drewrite-modern-super.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object *" -D"SEL=void*…
Drewrite-modern-try-finally.m5 typedef struct objc_object { struct
/external/clang/test/Modules/Inputs/
Dweird_objc.h1 typedef struct objc_object { void *super; int wibble; } *id; argument
/external/clang/test/Sema/
Dbuiltin_objc_msgSend.c6 typedef struct objc_object { struct
/external/clang/test/SemaCXX/
Dbuiltin_objc_msgSend.cpp6 typedef struct objc_object *id;
/external/clang/test/CodeGenObjC/
Dblocks-ivar-debug.m5 struct objc_object *isa;
Ddebug-info-impl.m4 struct objc_object *isa;
Ddebug-info-synthesis.m6 struct objc_object *isa;
Ddebug-info-block-helper.m8 struct objc_object *isa;
/external/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.h8 typedef struct objc_object { struct
/external/clang/test/Analysis/
Dshallow-mode.m8 typedef struct objc_object { struct

123