/external/clang/test/SemaObjC/ |
property-ns-returns-not-retained-attr.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -verify -Wno-objc-root-class %s
|
self-assign.m | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
|
synchronized.m | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
|
transparent-union.m | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
|
warn-implicit-atomic-property.m | 1 // RUN: %clang_cc1 -fsyntax-only -Wimplicit-atomic-properties -verify -Wno-objc-root-class %s
|
/external/clang/test/SemaObjCXX/ |
cxxoperator-selector.mm | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
|
fragile-abi-object-assign.m | 1 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-runtime=macosx-fragile-10.5 -verify -Wno-objc-root-class %s
|
/external/llvm/test/Transforms/ObjCARC/ |
intrinsic-use-isolated.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
pr12270.ll | 1 ; RUN: opt -disable-output -objc-arc-contract < %s
|
weak-contract.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
|
/external/stlport/test/unit/ |
mfunptr_test.cpp | 74 const Class& objc = obj; local 104 mem_fun(&Class::f0c)(&objc); 105 mem_fun(&Class::f1c)(&objc, s1); 108 mem_fun(&Class::vf0c)(&objc); 109 mem_fun(&Class::vf1c)(&objc, s1); 123 mem_fun_ref(&Class::f0c)(objc); 124 mem_fun_ref(&Class::f1c)(objc, s1); 127 mem_fun_ref(&Class::vf0c)(objc); 128 mem_fun_ref(&Class::vf1c)(objc, s1);
|
/ndk/tests/device/test-gnustl-full/unit/ |
mfunptr_test.cpp | 74 const Class& objc = obj; local 104 mem_fun(&Class::f0c)(&objc); 105 mem_fun(&Class::f1c)(&objc, s1); 108 mem_fun(&Class::vf0c)(&objc); 109 mem_fun(&Class::vf1c)(&objc, s1); 123 mem_fun_ref(&Class::f0c)(objc); 124 mem_fun_ref(&Class::f1c)(objc, s1); 127 mem_fun_ref(&Class::vf0c)(objc); 128 mem_fun_ref(&Class::vf1c)(objc, s1);
|
/ndk/tests/device/test-stlport/unit/ |
mfunptr_test.cpp | 74 const Class& objc = obj; local 104 mem_fun(&Class::f0c)(&objc); 105 mem_fun(&Class::f1c)(&objc, s1); 108 mem_fun(&Class::vf0c)(&objc); 109 mem_fun(&Class::vf1c)(&objc, s1); 123 mem_fun_ref(&Class::f0c)(objc); 124 mem_fun_ref(&Class::f1c)(objc, s1); 127 mem_fun_ref(&Class::vf0c)(objc); 128 mem_fun_ref(&Class::vf1c)(objc, s1);
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_syscall.c | 382 int objc, 390 if( objc!=3 ){ 418 int objc, 424 if( objc!=2 ){ 442 int objc, 449 if( objc!=2 && objc!=3 ){ 455 if( objc==2 ){ 480 int objc, 486 if( objc!=3 ) [all...] |
test_thread.c | 171 int objc, 185 assert(objc==4); 187 UNUSED_PARAMETER(objc); 224 int objc, 232 assert(objc==3); 233 UNUSED_PARAMETER(objc); 269 int objc, 281 UNUSED_PARAMETER(objc); 304 int objc, 310 UNUSED_PARAMETER(objc); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.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. 47 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */ 87 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */ 127 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */ 172 /* ObjC start of ruleAttributeScope */ 174 /* ObjC end of ruleAttributeScope */ 176 /* ObjC start globalAttributeScope */ 177 /* ObjC end globalAttributeScope */ 178 /* ObjC start actions.(actionScope).synthesize * [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
bookmark_applescript_utils_unittest.h | 9 #import <objc/objc-runtime.h>
|
/external/chromium_org/testing/ |
gtest_mac.h | 18 // This overloaded version allows comparison between ObjC objects that conform 25 // This overloaded version allows comparison between ObjC objects that conform
|
gtest_mac.mm | 26 // This overloaded version allows comparison between ObjC objects that conform 42 // This overloaded version allows comparison between ObjC objects that conform
|
/external/chromium_org/tools/gyp/test/mac/objc-arc/ |
test.gyp | 23 'ARCHS': [ 'x86_64' ], # For the non-fragile objc ABI. 40 'ARCHS': [ 'x86_64' ], # For the non-fragile objc ABI.
|
/external/chromium_org/ui/events/test/ |
cocoa_test_event_utils.h | 10 #import <objc/objc-class.h>
|
/external/clang/test/Analysis/ |
malloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-objc-root-class -fblocks %s 2 #include "Inputs/system-header-simulator-objc.h"
|
/external/clang/test/Index/ |
index-subscripting-literals.m | 46 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: setObject:atIndexedSubscript: 47 // CHECK-NEXT: [indexEntityReference]: kind: objc-class | name: NSArray 48 // CHECK-NEXT: [indexEntityReference]: kind: objc-class-method | name: arrayWithObjects:count: 52 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: objectAtIndexedSubscript: 57 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: objectForKeyedSubscript: 60 // CHECK-NEXT: [indexEntityReference]: kind: objc-instance-method | name: setObject:forKeyedSubscript: 61 // CHECK-NEXT: [indexEntityReference]: kind: objc-class | name: NSDictionary 62 // CHECK-NEXT: [indexEntityReference]: kind: objc-class-method | name: dictionaryWithObjects:forKeys:count:
|
/external/clang/test/Parser/ |
objc-init.m | 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-fragile -verify -pedantic -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-fragile -verify -x objective-c++ -Wno-objc-root-class %s
|
/external/clang/test/Rewriter/ |
blockcast3.mm | 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %t.mm -o %t-rw.cpp 4 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o %t-modern-rw.cpp
|