Searched refs:objc (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/Index/
H A Dprint-usrs.c5 ObjCIvar x c:objc(cs)NSObject
6 ObjCMethod foo: 0 c:objc(cs)NSObject
7 ObjCMethod baz:with 1 c:objc(cs)NSObject
8 ObjCProperty gimme c:objc(cs)NSObject
10 // CHECK: c:objc(cs)NSObject
11 // CHECK: c:objc(cy)NSObject@foo
12 // CHECK: c:objc(cs)NSObject@x
13 // CHECK: c:objc(cs)NSObject(cm)foo:
14 // CHECK: c:objc(cs)NSObject(im)baz:with
15 // CHECK: c:objc(c
[all...]
/external/lldb/test/lang/objc/objc-ivar-offsets/
H A DMakefile3 OBJC_SOURCES := objc-ivar-offsets.m main.m
/external/v8/test/webkit/
H A DisPrototypeOf.js39 var objc = new ObjectC();
40 shouldBeTrue("ObjectA.prototype.isPrototypeOf(objc)");
/external/compiler-rt/test/BlocksRuntime/
H A Drdar6405500.c12 #import <objc/objc-auto.h>
/external/lldb/examples/summaries/cocoa/
H A DClass.py9 import lldb.runtime.objc.objc_runtime namespace
14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
H A DCFBag.py12 import lldb.runtime.objc.objc_runtime namespace
89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
119 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFBinaryHeap.py12 import lldb.runtime.objc.objc_runtime namespace
86 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
115 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSBundle.py12 import lldb.runtime.objc.objc_runtime namespace
92 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
114 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSData.py12 import lldb.runtime.objc.objc_runtime namespace
96 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
142 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSException.py9 import lldb.runtime.objc.objc_runtime namespace
82 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
101 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSMachPort.py12 import lldb.runtime.objc.objc_runtime namespace
89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
108 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSNotification.py10 import lldb.runtime.objc.objc_runtime namespace
78 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
97 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSURL.py11 import lldb.runtime.objc.objc_runtime namespace
105 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
124 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFDictionary.py12 import lldb.runtime.objc.objc_runtime namespace
169 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
195 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
213 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSDate.py12 import lldb.runtime.objc.objc_runtime namespace
198 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
228 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
243 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFArray.py12 import lldb.runtime.objc.objc_runtime namespace
156 return lldb.runtime.objc.objc_runtime.InvalidPointer_Description(True)
159 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,statistics)
H A DCFBitVector.py11 import lldb.runtime.objc.objc_runtime namespace
129 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
162 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSIndexSet.py12 import lldb.runtime.objc.objc_runtime namespace
112 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
132 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSNumber.py12 import lldb.runtime.objc.objc_runtime namespace
191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
216 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSSet.py11 import lldb.runtime.objc.objc_runtime namespace
191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
237 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFString.py11 import lldb.runtime.objc.objc_runtime namespace
/external/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp73 #include <objc/objc-runtime.h>
201 objc_data_t objc; member in union:range_contains_data_callback_info_t::__anon9852
553 uint64_t bytes; // Total number of bytes for each objc class
759 if (info->objc.match_isa == 0)
768 if (info->objc.match_isa == block_contents->isa)
770 else if (info->objc.match_superclasses)
775 match = super == info->objc.match_isa;
796 //printf ("\terror: symbol not objc class: %s\n", dl_info.dli_sname);
966 data_info.objc
[all...]
/external/llvm/utils/release/
H A Dtest-release.sh59 echo " -disable-objc Disable ObjC build. [default: enable]"
119 -disable-objc | --disable-objc )

Completed in 324 milliseconds