/external/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 72 .macro test8 _a, _b, _c macro 81 test8 a, b, c label 83 test8 %1, %2, %3 #a comment label 85 test8 x - y, z, 1 label 90 test8 1,2 3 label 93 test8 1 2, 3 label
|
D | macros-gas.s | 72 .macro test8 _a, _b, _c macro 81 test8 a, b, c 83 test8 %1 %2 %3 #a comment 85 test8 x - y z 1 90 test8 1,2 3 93 test8 1 2, 3
|
/external/v8/test/mjsunit/regress/ |
D | regress-969.js | 106 function test8(index) { return first((o[index] = 1, typeof x8), 2); } function 107 assertEquals('number', test8()); 109 assertEquals('undefined', test8());
|
D | regress-70066.js | 118 function test8() { function 122 assertEquals(true, test8(), "test8");
|
/external/v8/test/mjsunit/ |
D | debug-stepout-scope-part1.js | 127 function test8() { function 131 test8();
|
/external/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 136 void test8 () in test8() function 194 test8(); in main()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | eval.pass.cpp | 123 test8() in test8() function 140 test8(); in main()
|
/external/clang/test/SemaCXX/ |
D | alignof.cpp | 36 static const int test8 = __alignof__(s2.x); member 60 const int test8 = __alignof__(S5::x); variable
|
D | openmp_default_simd_align.cpp | 34 static const int test8 = __builtin_omp_required_simd_align(decltype(s2.x)); member 58 const int test8 = __builtin_omp_required_simd_align(decltype(S5::x)); variable
|
D | long-virtual-inheritance-chain.cpp | 11 class test8 : virtual test7 { virtual void f(); }; class 12 class test9 : virtual test8 { virtual void f(); };
|
/external/v8/test/mjsunit/compiler/ |
D | simple-bailouts.js | 75 Test.prototype.test8 = function () { method in Test 124 t.test8();
|
/external/pcre/dist/ |
D | RunTest | 303 test8=skip 311 test8= 328 test8= 411 for bmode in "$test8" "$test16" "$test32"; do 414 -16) if [ "$test8$test32" != "skipskip" ] ; then echo ""; fi 416 -32) if [ "$test8$test16" != "skipskip" ] ; then echo ""; fi
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 95 define double @test8(double %x) nounwind { 99 ; CHECK-SSE-LABEL: test8: 102 ; CHECK-AVX-LABEL: test8:
|
D | lower-bitcast.ll | 146 define double @test8(double %A) { 152 ; FIXME: Ideally we should be able to fold the entire body of @test8 into a 156 ; CHECK-LABEL: test8 163 ; CHECK-WIDE-LABEL: test8
|
D | avx512-calling-conv.ll | 101 ; KNL_X32-LABEL: test8 105 ; KNL-LABEL: test8 109 define <16 x i8> @test8(<16 x i8> %a1, <16 x i8> %a2, i1 %cond) {
|
D | conditional-indecrement.ll | 80 define i32 @test8(i32 %a, i32 %b) nounwind readnone { 85 ; CHECK-LABEL: test8:
|
D | peep-setb.ll | 66 define i32 @test8(i32 %a, i32 %b) nounwind { 71 ; CHECK-LABEL: test8:
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 53 %LIVE = call i32 @test8() 57 define internal i32 @test8() {
|
/external/llvm/test/Transforms/InstCombine/ |
D | alloca.ll | 116 define void @test8() { 117 ; CHECK-LABEL: @test8( 121 ; P32-LABEL: @test8( 125 ; NODL-LABEL: @test8(
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | preprocess.ll | 42 define void @test8() gc "statepoint-example" personality i32 ()* undef { 43 ; CHECK-LABEL: test8
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxtb.ll | 93 define i32 @test8(i32 %x) { 94 ; ARMv7A: test8 97 ; ARMv7M: test8
|
/external/clang/test/Parser/ |
D | statements.c | 61 void test8() {
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | preprocess.ll | 43 define void @test8() gc "statepoint-example" personality i32 ()* undef { 44 ; CHECK-LABEL: test8
|
/external/vogar/test/vogar/target/junit3/ |
D | LongTest2.java | 61 public void test8() { in test8() method in LongTest2
|
/external/clang/test/Sema/ |
D | warn-shadow.c | 59 void test8() { in test8() function
|