/external/clang/test/SemaObjCXX/ |
propert-dot-error.mm | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
|
property-reference.mm | 1 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fsyntax-only -verify -Wno-objc-root-class %s
|
/external/compiler-rt/lib/BlocksRuntime/ |
data.c | 28 We allocate space and export a symbol to be used as the Class for the on-stack and malloc'ed copies until ObjC arrives on the scene. These data areas are set up by Foundation to link in as real classes post facto.
|
/external/lldb/examples/summaries/cocoa/ |
CFDictionary.py | 12 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):
|
CFBag.py | 12 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):
|
CFBinaryHeap.py | 12 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):
|
CFBitVector.py | 11 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):
|
NSBundle.py | 12 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):
|
NSData.py | 12 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):
|
NSIndexSet.py | 12 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):
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleThreadPlanStepThroughObjCTrampoline.cpp | 43 "MacOSX Step through ObjC Trampoline", 114 s->Printf("Step through ObjC trampoline"); 117 s->Printf ("Stepping to implementation of ObjC method - obj: 0x%llx, isa: 0x%" PRIx64 ", sel: 0x%" PRIx64, 203 log->Printf("Running to ObjC method implementation: 0x%" PRIx64, target_addr);
|
/external/lldb/source/Plugins/ |
Makefile | 21 LanguageRuntime/ObjC/AppleObjCRuntime \
|
/external/lldb/test/functionalities/data-formatter/rdar-11086338/ |
main.m | 1 //===-- main.m ------------------------------------------------*- ObjC -*-===//
|
/external/lldb/test/functionalities/data-formatter/rdar-11988289/ |
main.m | 1 //===-- main.m ------------------------------------------------*- ObjC -*-===//
|
/external/lldb/test/functionalities/data-formatter/rdar-12529957/ |
main.m | 1 //===-- main.m ------------------------------------------------*- ObjC -*-===//
|
/external/lldb/test/functionalities/data-formatter/rdar-3534688/ |
main.m | 1 //===-- main.m ------------------------------------------------*- ObjC -*-===//
|
/external/lldb/test/functionalities/set-data/ |
TestSetData.py | 23 """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'."""
|
/external/lldb/test/lang/objc/forward-decl/ |
TestForwardDecl.py | 11 mydir = os.path.join("lang", "objc", "forward-decl")
|
/external/lldb/test/lang/objc/radar-9691614/ |
TestObjCMethodReturningBOOL.py | 14 mydir = os.path.join("lang", "objc", "radar-9691614")
|
/external/llvm/test/Transforms/GlobalOpt/ |
externally-initialized-global-ctr.ll | 3 ; ObjC++ test case.
|
/external/llvm/test/Transforms/ObjCARC/ |
contract-storestrong-ivar.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
post-inlining.ll | 1 ; RUN: opt -S -objc-arc < %s | FileCheck %s
|
weak-dce.ll | 1 ; RUN: opt -S -basicaa -objc-arc < %s | FileCheck %s
|
/external/clang/test/Analysis/ |
nil-receiver-undefined-larger-than-voidptr-ret.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -Wno-objc-root-class %s > %t.1 2>&1 3 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -Wno-objc-root-class %s > %t.2 2>&1 5 // RUN: %clang_cc1 -triple thumbv6-apple-ios4.0 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -Wno-objc-root-class %s > %t.3 2>&1
|
/external/clang/test/FixIt/ |
typo.m | 1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin10 -DNON_FIXITS -verify -Wno-objc-root-class %s 3 // RUN: not %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fixit -Wno-objc-root-class %t 4 // RUN: %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -pedantic -Werror -Wno-objc-root-class %t
|