Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A 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 { }
20 …enerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct…
22objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*, %struct.objc_object* (%struct.
23objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) %tmp27( %struct.objc_object* nul…
24objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*, %struct.objc_object* (%struct.
26objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*, %struct.objc_object* (%struct.
27objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) %tmp40( %struct.objc_object* nul…
28objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) %tmp33( %struct.objc_object* nul…
H A 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 { }
22 …enerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct…
25objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) null( %struct.objc_object* null,…
27objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*, %struct.objc_object* (%struct.
28objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) null( %struct.objc_object* null,…
29objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) %tmp37( %struct.objc_object* nul…
30objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...) null( %struct.objc_object* null,…
H A Dtrampoline.ll27 %struct.objc_object = type opaque
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*, %struct.objc_object** %self.1, align 4 ; <%struct.objc_object*> …
109objc_object* (%struct.objc_object*, %struct.objc_selector*, ...) inttoptr (i64 4294901504 to %stru…
113 …%retval5 = load %struct.objc_object*, %struct.objc_object** %retval ; <%struct.objc_object*> [#us…
114 ret %struct.objc_object* %retval5
147 …%11 = bitcast %struct.NSBitmapImageRep* %10 to %struct.objc_object* ; <%struct.objc_object*> [#us…
[all …]
H A 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…
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dmsabi-objc-extensions.mm10 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@PAUobjc_object@@01@Z"
13 // CHECK-LABEL: "?f@@YAXPAUobjc_object@@PAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@10@Z"
16 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@0@Z"
19 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@@Z"
22 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@U?$Protocol@UQ@@@2@@@@Z"
/llvm-project-15.0.7/clang/test/SemaObjC/
H A 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…
H A Dblock-ivar.m5 struct objc_object *isa;
H A Dself-in-function.m7 typedef struct objc_object { struct
H A Dclass-getter-using-dotsyntax.m10 typedef struct objc_object {
H A Dproperty-lookup-in-id.m6 typedef struct objc_object { struct
H A Dinterface-layout.m3 typedef struct objc_object {} *id; argument
H A Dprotocol-qualified-class-unsupported.m7 typedef struct objc_object { struct
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-foreach-in-block.mm2 // RUN: %clang_cc1 -fsyntax-only -std=gnu++98 -Wno-address-of-temporary -D"id=struct objc_object*" …
4 // RUN: %clang_cc1 -fsyntax-only -std=gnu++98 -Wno-address-of-temporary -D"id=struct objc_object*" …
H A 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*…
H A Dobjc-super-test.m4 typedef struct objc_object *id; struct
H A Drewrite-modern-super.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object *" -D"SEL=void*…
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dweird_objc.h1 typedef struct objc_object { void *super; int wibble; } *id; struct
/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c6 typedef struct objc_object { struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin_objc_msgSend.cpp6 typedef struct objc_object *id;
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dblocks-ivar-debug.m5 struct objc_object *isa;
H A Ddebug-info-impl.m3 struct objc_object *isa;
H A Ddebug-info-block-helper.m8 struct objc_object *isa;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcall-rv-marker.ll11 declare void @objc_object(i8*)
75 invoke void @objc_object(i8* %call) #5
105 invoke void @objc_object(i8* %call) #5
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h8 typedef struct objc_object { struct
/llvm-project-15.0.7/clang/test/Analysis/
H A Dshallow-mode.m8 typedef struct objc_object { struct

123