Home
last modified time | relevance | path

Searched defs:objc_object (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dbitfield-2.m7 struct objc_object { struct objc_class *class_pointer; } *id; struct
9 extern void abort(void);
10 extern int strcmp(const char *, const char *);
12 #define CHECK_IF(expr) if(!(expr)) abort();
14 @interface Base
H A Dfwd-proto-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
8 @protocol Bar;
H A Dproto-hier-2.m5 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
7 @protocol Bar
H A Dproto-lossage-1.m7 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
9 @protocol NSObject
H A Dsuper-class-2.m6 typedef struct objc_object { struct objc_class *isa; } *id; argument
8 @interface NSObject
H A Dproto-hier-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id; struct
8 @protocol NSObj
H A Dselector-1.m6 typedef struct objc_object { struct objc_class *class_pointer; } *id; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/compile/
H A D20011211-1.m3 typedef struct objc_object { struct
4 Class isa;
5 } *id;
7 @interface nsset
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dobjc-lang.c51 struct objc_object { struct
52 CORE_ADDR isa;
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2333 ObjectFile *objc_object = objc_module_sp->GetObjectFile(); in GetSharedCacheReadOnlyAddress() local