Searched
full:objc (Results
751 -
775 of
1182) sorted by null
<<31323334353637383940>>
/external/llvm/test/Transforms/ObjCARC/ |
expand.ll | 1 ; RUN: opt -objc-arc-expand -S < %s | FileCheck %s
|
retain-block-side-effects.ll | 1 ; RUN: opt -S -objc-arc-aa -basicaa -gvn < %s | FileCheck %s
|
tail-call-invariant-enforcement.ll | 1 ; RUN: opt -objc-arc -S < %s | FileCheck %s
|
move-and-merge-autorelease.ll | 1 ; RUN: opt -S -objc-arc -objc-arc-contract < %s | FileCheck %s
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedParser.m | 2 * This OBJC source file was generated by $ANTLR version 3.2 Aug 24, 2010 10:45:57 9 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.
|
/external/chromium_org/build/toolchain/mac/ |
BUILD.gn | 89 tool("objc") { 93 description = "OBJC {{output}}"
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_mac.mm | 7 #import <IOBluetooth/objc/IOBluetoothDevice.h> 8 #import <IOBluetooth/objc/IOBluetoothHostController.h>
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_multiplex.c | [all...] |
test_schema.c | 308 int objc, /* Number of arguments */ 312 if( objc!=2 ){
|
test_tclvar.c | 295 int objc, /* Number of arguments */ 299 if( objc!=2 ){
|
test_wholenumber.c | 278 int objc, /* Number of arguments */ 282 if( objc!=2 ){
|
test_quota.c | 787 int objc, 795 if( objc!=3 ){ 816 int objc, 821 if( objc!=1 ){ 839 int objc, 852 if( objc!=4 ){ 893 int objc,
|
/external/chromium_org/tools/code_coverage/ |
example.croc | 87 # languages are 'C', 'C++', 'python', 'ObjC', 'ObjC++'.
|
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 37 ObjCSystem, ///< Like System, but only used for ObjC. 38 ObjCXXSystem, ///< Like System, but only used for ObjC++.
|
/external/clang/test/Analysis/ |
properties.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class -fobjc-arc %s
|
/external/clang/test/SemaObjCXX/ |
instancetype.mm | 146 return self; // FIXME: we accept this in ObjC++ but not ObjC?
|
/external/clang/unittests/Tooling/ |
TestVisitor.h | 58 case Lang_OBJC: Args.push_back("-ObjC"); break; 60 Args.push_back("-ObjC++");
|
/external/lldb/source/Target/ |
LanguageRuntime.cpp | 310 { "objc", eLanguageTypeObjC }, 311 { "objc++", eLanguageTypeObjC_plus_plus }
|
ThreadPlanStepThrough.cpp | 91 // If that didn't come up with anything, try the ObjC runtime plugin: 199 // chain, for instance stepping through a dylib trampoline to the objc dispatch function...)
|
/external/llvm/lib/Transforms/ObjCARC/ |
ProvenanceAnalysis.cpp | 1 //===- ProvenanceAnalysis.cpp - ObjC ARC Optimization ---------------------===// 130 // An ObjC-Identified object can't alias a load if it is never locally stored.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-common.h | 77 /* ObjC ("PQ" reserved words - they do not appear after a '@' and 81 /* ObjC ("PATTR" reserved words - they do not appear after a '@' 454 clk_objc = 1, /* clk_c with ObjC features. */ 456 clk_objcxx = 3 /* clk_cxx with ObjC features. */ 461 front end. For "ObjC features" or "not C++" use the macros. */ 583 /* C/ObjC language option variables. */ 607 /* ObjC language option variables. */ 616 /* Tells the compiler what is the constant string class for ObjC. */ [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCLexer.m | 2 * This OBJC source file was generated by $ANTLR version ${project.version} ${buildNumber} 10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com. 60 /* ObjC Start of actions.lexer.methods */ 61 /* ObjC end of actions.lexer.methods */ 62 /* ObjC start methods() */ 63 /* ObjC end methods() */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.m | 2 * This OBJC source file was generated by $ANTLR version ${project.version} ${buildNumber} 10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com. 60 /* ObjC Start of actions.lexer.methods */ 61 /* ObjC end of actions.lexer.methods */ 62 /* ObjC start methods() */ 63 /* ObjC end methods() */
|
/external/clang/lib/Index/ |
USRGeneration.cpp | 335 llvm_unreachable("Invalid ObjC container."); 354 Out << "objc(ext)" << ID->getName() << '@'; 529 // Mangle in ObjC GC qualifiers? 772 OS << "objc(cs)" << Cls; 777 OS << "objc(cy)" << Cls << '@' << Cat; 795 OS << "objc(pl)" << Prot;
|
/external/compiler-rt/lib/BlocksRuntime/ |
runtime.c | 52 /* fixme barrier is overkill -- see objc-os.h */ 58 /* fixme barrier is overkill -- see objc-os.h */ 224 * GC support SPI functions - called from ObjC runtime and CoreFoundation: 228 * Called from objc-auto to turn on GC. 258 /* until objc calls _Block_use_GC it will call us; supply a broken internal memmove implementation until then */ 264 * Called from objc-auto to alternatively turn on retain/release.
|
Completed in 383 milliseconds
<<31323334353637383940>>