/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCExpand.cpp | 1 //===- ObjCARCExpand.cpp - ObjC ARC Optimization --------------------------===// 10 /// This file defines ObjC ARC optimizations. ARC stands for Automatic 41 #define DEBUG_TYPE "objc-arc-expand" 70 "objc-arc-expand", "ObjC ARC expansion", false, false)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/ |
project.pbxproj | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test6.c | 689 int objc, 718 for(i=0; i<objc; i+=2){ 731 if( i==objc-1 ){ 788 int objc, 815 if( objc!=2 ){ 863 int objc, 873 if( objc<3 ){ 878 zCrashFile = Tcl_GetStringFromObj(objv[objc-1], &nCrashFile); 883 if( Tcl_GetIntFromObj(interp, objv[objc-2], &iDelay) ){ 887 if( processDevSymArgs(interp, objc-3, &objv[1], &iDc, &iSectorSize) ) [all...] |
tclsqlite.c | [all...] |
/external/clang/test/Index/ |
complete-member-access.m | 52 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Int 60 // CHECK-CC2-NEXT: Container USR: c:objc(cs)Int 70 // CHECK-CC3-NEXT: Container USR: c:objc(cs)Sub
|
/external/clang/test/Profile/ |
objc-general.m | 3 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name objc-general.m %s -o - -emit-llvm -fblocks -fprofile-instr-generate | FileCheck -check-prefix=PGOGEN %s 5 // RUN: llvm-profdata merge %S/Inputs/objc-general.proftext -o %t.profdata 6 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name objc-general.m %s -o - -emit-llvm -fblocks -fprofile-instr-use=%t.profdata | FileCheck -check-prefix=PGOUSE %s
|
/external/clang/test/SemaObjC/ |
unused.m | 1 // RUN: %clang_cc1 -verify -Wused-but-marked-unused -Wno-objc-protocol-method-implementation -Wunused -Wunused-parameter -fsyntax-only -Wno-objc-root-class %s 43 // The next test shows how clang accepted attribute((unused)) on ObjC
|
iboutlet.m | 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -Wno-objc-root-class -Wreceiver-is-weak -Warc-repeated-use-of-weak -fobjc-runtime-has-weak -verify %s 2 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -fobjc-arc -Wno-objc-root-class -Wreceiver-is-weak -Warc-repeated-use-of-weak -fobjc-runtime-has-weak -verify %s
|
/external/lldb/examples/summaries/cocoa/ |
NSException.py | 9 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):
|
NSMachPort.py | 12 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):
|
NSNotification.py | 10 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):
|
/external/clang/include/clang/Basic/ |
Builtins.def | [all...] |
DiagnosticGroups.td | 52 def ObjCLiteralConversion : DiagGroup<"objc-literal-conversion">; 251 def MethodAccess : DiagGroup<"objc-method-access">; 258 def FunctionDefInObjCContainer : DiagGroup<"function-def-in-objc-container">; 260 def ObjCPropertyImpl : DiagGroup<"objc-property-implementation">; 261 def ObjCPropertyNoAttribute : DiagGroup<"objc-property-no-attribute">; 262 def ObjCMissingSuperCalls : DiagGroup<"objc-missing-super-calls">; 263 def ObjCDesignatedInit : DiagGroup<"objc-designated-initializers">; 264 def ObjCRetainBlockProperty : DiagGroup<"objc-noncopy-retain-block-property">; 265 def ObjCReadonlyPropertyHasSetter : DiagGroup<"objc-readonly-with-setter-property">; 267 def ObjCRootClass : DiagGroup<"objc-root-class"> [all...] |
/external/lldb/test/lang/objc/objc-stepping/ |
TestObjCStepping.py | 1 """Test stepping through ObjC method dispatch in various forms.""" 14 mydir = os.path.join("lang", "objc", "objc-stepping") 20 """Test stepping through ObjC method dispatch in various forms.""" 28 """Test stepping through ObjC method dispatch in various forms.""" 44 """Use Python APIs to test stepping into ObjC methods."""
|
/external/llvm/lib/MC/ |
MCExternalSymbolizer.cpp | 81 cStream << "Objc message: " << ReferenceName; 170 cStream << "Objc cfstring ref: @\"" << ReferenceName << "\""; 173 cStream << "Objc message: " << ReferenceName; 176 cStream << "Objc message ref: " << ReferenceName; 179 cStream << "Objc selector ref: " << ReferenceName; 182 cStream << "Objc class ref: " << ReferenceName;
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64ExternalSymbolizer.cpp | 90 CommentStream << "Objc message: " << ReferenceName; 141 CommentStream << "Objc cfstring ref: @\"" << ReferenceName << "\""; 144 CommentStream << "Objc message: " << ReferenceName; 147 CommentStream << "Objc message ref: " << ReferenceName; 150 CommentStream << "Objc selector ref: " << ReferenceName; 153 CommentStream << "Objc class ref: " << ReferenceName;
|
/external/clang/bindings/python/tests/cindex/ |
util.py | 13 Supported languages are {c, cpp, objc}. 22 elif lang == 'objc':
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 53 RewriteObjC, ///< ObjC->C Rewriter. 159 /// \brief Enable migration to modern ObjC literals. 161 /// \brief Enable migration to modern ObjC subscripting. 163 /// \brief Enable migration to modern ObjC readonly property. 165 /// \brief Enable migration to modern ObjC readwrite property. 167 /// \brief Enable migration to modern ObjC property. 171 /// \brief Enable migration of ObjC methods to 'instancetype'. 183 /// \brief Enable inferring NS_DESIGNATED_INITIALIZER for ObjC methods.
|
/external/lldb/test/lang/objc/objc-checker/ |
TestObjCCheckers.py | 13 mydir = os.path.join("lang", "objc", "objc-checker")
|
/external/lldb/test/lang/objc/objc-class-method/ |
TestObjCClassMethod.py | 11 mydir = os.path.join("lang", "objc", "objc-class-method")
|
/external/lldb/test/lang/objc/objc-optimized/ |
TestObjcOptimized.py | 22 mydir = os.path.join("lang", "objc", "objc-optimized")
|
/external/lldb/test/lang/objc/objc-static-method/ |
TestObjCStaticMethod.py | 11 mydir = os.path.join("lang", "objc", "objc-static-method")
|
/external/lldb/test/lang/objc/objc-struct-return/ |
TestObjCStructReturn.py | 11 mydir = os.path.join("lang", "objc", "objc-class-method")
|
/external/lldb/test/lang/objc/objc-super/ |
TestObjCSuper.py | 11 mydir = os.path.join("lang", "objc", "objc-super")
|
/external/llvm/test/Transforms/ObjCARC/ |
empty-block.ll | 1 ; RUN: opt -S -objc-arc < %s | FileCheck %s 39 ; CHECK-NOT: @objc
|