Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/compile/
H A D20011211-1.m3 typedef struct objc_object { struct
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dselector-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
H A Dproto-hier-2.m5 typedef struct objc_object { struct objc_class *class_pointer; } *id; struct
H A Dsuper-class-2.m6 typedef struct objc_object { struct objc_class *isa; } *id; argument
H A Dfwd-proto-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
H A Dproto-hier-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
H A Dbitfield-2.m7 struct objc_object { struct objc_class *class_pointer; } *id; argument
H A Dproto-lossage-1.m7 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dobjc-lang.c51 struct objc_object { struct
1753 read_objc_object (CORE_ADDR addr, struct objc_object *object) in read_objc_object()
1833 struct objc_object ostr; in find_implementation()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp42 struct objc_object;
46 using id = objc_object *;
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2333 ObjectFile *objc_object = objc_module_sp->GetObjectFile(); in GetSharedCacheReadOnlyAddress() local
2335 if (objc_object) { in GetSharedCacheReadOnlyAddress()
/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog565 'extern objc_object *_Foo;' declarations for @interface Foo.