/external/clang/test/CodeGen/ |
D | alias.c | 26 extern int test6(); 27 void test7() { test6(); } // test6 is emitted as extern. in test7() 30 int test6() __attribute__((alias("test7")));
|
D | conditional.c | 28 void test6(); 30 void* test8() {return 1 ? test6 : test7;} in test8()
|
D | inline.c | 104 __inline int test6() { return 0; } in test6() function 105 extern int test6();
|
D | bool-convert.c | 9 _Bool test6[x]; in f() local
|
D | asm_arm.c | 49 void test6() { in test6() function
|
/external/v8/test/mjsunit/ |
D | object-literal-conversions.js | 42 var test6 = { 17.31: function() {}, "17.31": 7 }; variable 45 assertEquals(7, test6[17.31]);
|
D | debug-stepout-scope.js | 111 function test6() { function 119 test6();
|
/external/v8/test/mjsunit/regress/ |
D | regress-969.js | 91 function test6() { return first((++o.x, typeof x6), 2); } function 92 assertEquals('number', test6()); 94 assertEquals('undefined', test6());
|
D | regress-70066.js | 94 function test6(value) { function 102 assertEquals("6:false", test6(6), "test6");
|
/external/llvm/test/MC/AsmParser/ |
D | macros.s | 54 .macro test6 $a macro 59 test6 zed2 label
|
/external/icu4c/test/testdata/ |
D | ra.txt | 53 * Tag name: test6 55 * @note This resource is for test6 57 test6:bin{"0102"}
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 529 Locale test6("aa", "AA", "ANTARES"); in TestSimpleObjectStuff() local 539 test_dumpLocale(test6); in TestSimpleObjectStuff() 549 test_assert(test6 == test6); in TestSimpleObjectStuff() 559 test_assert(!(test6 != test6)); in TestSimpleObjectStuff() 569 test_assert(test6 != test2); in TestSimpleObjectStuff() 570 test_assert(test6 != test5); in TestSimpleObjectStuff() 572 test_assert(test6 != test7); in TestSimpleObjectStuff() 604 test7 = test6; in TestSimpleObjectStuff() 607 test_assert(test7 == test6); in TestSimpleObjectStuff() 611 test6=test1; in TestSimpleObjectStuff() [all …]
|
/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 9 class test6 : virtual test5 { virtual void f(); }; class 10 class test7 : virtual test6 { virtual void f(); };
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 69 define double @test6(double %x) nounwind { 73 ; CHECK-SSE: test6: 76 ; CHECK-AVX: test6:
|
D | narrow-shl-cst.ll | 49 define i64 @test6(i64 %x) nounwind { 53 ; CHECK: test6:
|
D | vec_compare.ll | 56 define <2 x i64> @test6(<2 x i64> %A, <2 x i64> %B) nounwind { 57 ; CHECK: test6:
|
/external/v8/test/mjsunit/compiler/ |
D | simple-bailouts.js | 65 Test.prototype.test6 = function() { method in Test 117 t.test6();
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-11-20-DivMulRem.ll | 58 define i32 @test6(i32 %x, i32 %y) { 59 ; CHECK: @test6
|
D | ptr-int-cast.ll | 46 define <4 x i8*> @test6(<4 x i32> %arg) nounwind { 47 ; CHECK: @test6
|
D | fmul.ll | 54 define float @test6(float %x, float %y) { 58 ; CHECK: @test6
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | trapping-load-unreachable.ll | 75 define void @test6(i1 %C, i32* %P) { 76 ; CHECK: @test6
|
/external/llvm/test/CodeGen/ARM/ |
D | fp-fast.ll | 50 ; CHECK: test6 51 define float @test6(float %x) {
|
/external/clang/test/Parser/ |
D | statements.c | 51 void test6(void) { in test6() function
|
D | pointer-arithmetic.c | 9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ in test6() function
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | libcalls.ll | 59 define void @test6(i8* %src) { 60 ; CHECK: @test6
|