/external/clang/test/SemaObjCXX/ |
debugger-cast-result-to-id.mm | 6 extern __unknown_anytype test1b(); 39 A *x4 = test1b();
|
arc-0x.mm | 44 void test1b() {
|
parameterized_classes_arc.mm | 24 void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
|
/external/llvm/test/Transforms/GlobalOpt/ |
cleanup-pointer-root-users.ll | 13 define void @test1b(i8* %p) { 14 ; CHECK-LABEL: @test1b(
|
/external/clang/test/CodeGenCXX/ |
vtable-key-function-ios.cpp | 70 /*** Test1b ******************************************************************/ 72 struct Test1b { 73 Test1b(); 79 inline void Test1b::foo() {} 82 Test1b::Test1b() { use(typeid(Test1b)); }
|
vtable-key-function-arm.cpp | 66 /*** Test1b ******************************************************************/ 68 struct Test1b { 69 Test1b(); 75 inline void Test1b::foo() {} 78 Test1b::Test1b() { use(typeid(Test1b)); }
|
new.cpp | 249 void test1b(void *p) { function in namespace:test15
|
/external/clang/test/PCH/ |
cxx11-inheriting-ctors.cpp | 33 Test test1b(nullptr);
|
/external/llvm/test/CodeGen/Generic/ |
addr-label.ll | 6 ret i8* blockaddress(@test1b, %test_label) 9 define i32 @test1b() nounwind {
|
/external/llvm/test/Transforms/SimplifyCFG/PowerPC/ |
cttz-ctlz-spec.ll | 24 define i64 @test1b(i64 %A) { 25 ; CHECK-LABEL: @test1b(
|
/external/llvm/test/Transforms/AlignmentFromAssumptions/ |
start-unk.ll | 110 for.body137: ; preds = %test1b.exit, %for.body137.lr.ph 111 %ShndxTable.0309 = phi %type1* [ %1, %for.body137.lr.ph ], [ %incdec.ptr, %test1b.exit ] 130 br i1 undef, label %test1b.exit, label %cond.false.i.i 135 test1b.exit: ; preds = %cond.end.i 138 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126, %if.end123
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
forward_as_tuple.pass.cpp | 39 test1b(const Tuple& t) function 76 test1b(std::forward_as_tuple(i));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
forward_as_tuple.pass.cpp | 36 test1b(const Tuple& t) function 73 test1b(std::forward_as_tuple(i));
|
/external/clang/test/SemaObjC/ |
parameterized_classes_arc.m | 24 void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
|
/external/llvm/test/CodeGen/X86/ |
sse3-avx-addsub.ll | 104 define <4 x float> @test1b(<4 x float> %A, <4 x float>* %B) { 105 ; SSE-LABEL: test1b: 110 ; AVX-LABEL: test1b:
|
movtopush.ll | 33 ; NORMAL-LABEL: test1b: 41 ; X64-LABEL: test1b: 47 define void @test1b() optsize {
|
stack-protector.ll | 54 ; test1b: array of [16 x i8] 58 define void @test1b(i8* %a) #0 { 60 ; LINUX-I386-LABEL: test1b: 64 ; LINUX-X64-LABEL: test1b: 68 ; LINUX-KERNEL-X64-LABEL: test1b: 72 ; DARWIN-X64-LABEL: test1b: 76 ; OPENBSD-AMD64-LABEL: test1b: [all...] |
/external/llvm/test/Transforms/SCCP/ |
ipsccp-basic.ll | 12 define i32 @test1b() { 16 ; CHECK-LABEL: define i32 @test1b(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 72 public void test1b() throws Exception { method in class:ValueCompleterTest
|
/external/llvm/test/Transforms/SimplifyCFG/AMDGPU/ |
cttz-ctlz.ll | 65 define i64 @test1b(i64 %A) { 66 ; ALL-LABEL: @test1b(
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
MessageFormatTest.java | 137 assertEquals("Test1B:wrong format for pattern index " + i + ":", correctFormats[i], formats[i]); 243 assertEquals("Test1B:wrong format for argument index " + i + ":", correctFormats[i], formats[i]); 699 assertEquals("Test1B:wrong format for argument index " + i + ":", [all...] |
/external/llvm/test/Transforms/InstCombine/ |
select-cmp-cttz-ctlz.ll | 73 define i16 @test1b(i16 %x) { 74 ; CHECK-LABEL: @test1b(
|
/external/llvm/test/Transforms/ObjCARC/ |
allocas.ll | 67 ; CHECK: define void @test1b(i8* %x) 74 define void @test1b(i8* %x) {
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
speculate-cttz-ctlz.ll | 65 define i64 @test1b(i64 %A) { 66 ; ALL-LABEL: @test1b(
|
/external/icu/icu4c/source/test/intltest/ |
citrtest.cpp | 200 CharacterIterator* test1b= new StringCharacterIterator(testText, -1); local 232 test1b->getText(result2); 250 delete test1b; [all...] |