HomeSort by relevance Sort by last modified time
    Searched full:objc_object (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/
weird_objc.h 1 typedef struct objc_object { void *super; int wibble; } *id; struct
  /external/llvm/test/CodeGen/PowerPC/
2007-10-21-LocalRegAllocAssert2.ll 7 %struct._message_ref_t = type { %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*, %struct.objc_selector* }
8 %struct.objc_object = type { }
15 define %struct.NSManagedObjectContext* @"+[ListGenerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct._message_ref_t* %_cmd, %struct.NSURL* %modelURL, %struct.NSURL* %storeURL) {
17 %tmp27 = load %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_2", i32 0, i32 0), align 8 ; <%struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*> [#uses=1]
18 %tmp29 = call %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* %tmp27( %struct.objc_object* null, %struct._message_ref_t* @"\01L (…)
    [all...]
2007-10-21-LocalRegAllocAssert.ll 8 %struct._message_ref_t = type { %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)*, %struct.objc_selector* }
9 %struct.objc_object = type { }
17 define %struct.NSManagedObjectContext* @"+[ListGenerator(Private) managedObjectContextWithModelURL:storeURL:]"(%struct.objc_object* %self, %struct._message_ref_t* %_cmd, %struct.NSURL* %modelURL, %struct.NSURL* %storeURL) {
20 %tmp29 = call %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)* null( %struct.objc_object* null, %struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_2" ) ; <%struct.objc_object*> [#uses=0]
22 %tmp37 = load %struct.objc_object* (%struct.objc_object*, %struct._message_ref_t*, ...)** getelementptr (%struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_5 (…)
    [all...]
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.NSMutableArray*, %struct.__CFDictionary*, %struct.__CFDictionary*, %struct.__CFDictionary*, %struct.__CFDictionary*, %struct.NSMutableArray*, i8, %struct.pthread_mutex_t, %struct.NSMutableArray*, %struct.pthread_rwlock_t }
7 %struct.VMUMachTaskContainer = type { %struct..0objc_object, i32, i32 }
8 %struct.VMUSymbolicator = type { %struct..0objc_object, %struct.NSMutableArray*, %struct.NSArray*, %struct.NSArray*, %struct.VMUMachTaskContainer*, i8 }
17 define void @"-[PFTPersistentSymbols saveSymbolWithName:address:path:lineNumber:flags:owner:]"(%struct.PFTPersistentSymbols* %self, %struct.objc_selector* %_cmd, %struct.NSArray* %name, i64 %address, %struct.NSArray* %path, i32 %lineNumber, i64 %flags, %struct..0objc_object* %owner) nounwind {
21 %tmp17 = tail call signext i8 inttoptr (i64 4294901504 to i8 (%struct..0objc_object*, %struct.objc_selector*, %struct.NSArray*)*)( %struct..0objc_object* null, %struct.objc_selector* null, %struct.NSArray* bitcast (%struct.__builtin_CFString* @0 to %struct.NSArray*) ) nounwind ; <i8> [#uses=0]
trampoline.ll 23 %struct._objc_super = type { %struct.objc_object*, %struct._objc_class* }
27 %struct.objc_object = type opaque
37 @"\01L_OBJC_INSTANCE_METHODS_NSBitmapImageRep" = internal global { i8*, i32, [1 x %struct._objc_method] } { i8* null, i32 1, [1 x %struct._objc_method] [ %struct._objc_method { %struct.objc_selector* bitcast ([14 x i8]* @"\01L_OBJC_METH_VAR_NAME_0" to %struct.objc_selector*), i8* getelementptr ([20 x i8]* @"\01L_OBJC_METH_VAR_TYPE_0", i32 0, i32 0), i8* bitcast (%struct.objc_object* (%struct.NSBitmapImageRep*, %struct.objc_selector*, %struct.NSZone*)* @"-[NSBitmapImageRep copyWithZone:]" to i8*) } ] }, section "__OBJC,__inst_meth,regular,no_dead_strip" ; <{ i8*, i32, [1 x %struct._objc_method] }*> [#uses=2]
47 define internal %struct.objc_object* @"-[NSBitmapImageRep copyWithZone:]"(%struct.NSBitmapImageRep* %self, %struct.objc_selector* %_cmd, %struct.NSZone* %zone) nounwind {
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*> [#uses=1
    [all...]
  /external/clang/test/CodeGenObjC/
blocks-ivar-debug.m 5 struct objc_object *isa;
debug-info-impl.m 4 struct objc_object *isa;
debug-info-block-helper.m 8 struct objc_object *isa;
debug-info-synthesis.m 6 struct objc_object *isa;
  /external/clang/test/Rewriter/
objc-super-test.m 4 typedef struct objc_object *id;
rewrite-modern-super.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-foreach-in-block.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
  /external/clang/test/Sema/
builtin_objc_msgSend.c 6 typedef struct objc_object { struct
  /external/clang/test/SemaCXX/
builtin_objc_msgSend.cpp 6 typedef struct objc_object *id;
  /external/clang/test/SemaObjC/
block-ivar.m 5 struct objc_object *isa;
self-in-function.m 7 typedef struct objc_object {
class-getter-using-dotsyntax.m 10 typedef struct objc_object {
property-lookup-in-id.m 6 typedef struct objc_object {
protocol-qualified-class-unsupported.m 7 typedef struct objc_object {
message.m 3 typedef struct objc_object {
96 struct objc_object X[10];
98 [X rect]; // expected-warning {{receiver type 'struct objc_object *' is not 'id' or interface pointer, consider casting it to 'id'}}
  /external/clang/test/Analysis/
shallow-mode.m 8 typedef struct objc_object {
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 8 typedef struct objc_object { struct
test_objc_inlining_option.m 6 typedef struct objc_object {
  /external/clang/test/Parser/
objc-forcollection-1.m 4 typedef struct objc_object {
objc-forcollection-neg-2.m 5 typedef struct objc_object {

Completed in 571 milliseconds

1 2 3