/external/llvm/test/MC/AsmParser/ |
D | macros.s | 68 .macro test8 _a, _b, _c macro 77 test8 a, b, c label 79 test8 %1 %2 %3 #a comment label 81 test8 x - y z 1 label 85 test8 1,2 3 label 90 test8 1 2, 3 label
|
/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/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 11 class test8 : virtual test7 { virtual void f(); }; class 12 class test9 : virtual test8 { virtual void f(); };
|
D | warn-shadow.cpp | 81 void test8() { in test8() function
|
D | undefined-inline.cpp | 42 namespace test8 { namespace
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 95 define double @test8(double %x) nounwind { 99 ; CHECK-SSE: test8: 102 ; CHECK-AVX: test8:
|
D | narrow-shl-cst.ll | 67 define i64 @test8(i64 %x) nounwind { 71 ; CHECK: test8:
|
D | xor.ll | 134 define i32 @test8(i32 %a) nounwind { 140 ; X64: test8: 142 ; X32: test8:
|
D | conditional-indecrement.ll | 80 define i32 @test8(i32 %a, i32 %b) nounwind readnone { 85 ; CHECK: test8:
|
D | peep-setb.ll | 66 define i32 @test8(i32 %a, i32 %b) nounwind { 71 ; CHECK: test8:
|
D | divide-by-constant.ll | 76 define i8 @test8(i8 %x) nounwind { 79 ; CHECK: test8:
|
D | cmov-fp.ll | 134 define double @test8(i32 %a, i32 %b, double %x) nounwind { 139 ; SSE: test8: 142 ; NOSSE2: test8: 145 ; NOSSE1: test8: 148 ; NOCMOV: test8:
|
/external/v8/test/mjsunit/compiler/ |
D | simple-bailouts.js | 75 Test.prototype.test8 = function () { method in Test 124 t.test8();
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 53 %LIVE = call i32 @test8() 57 define internal i32 @test8() {
|
/external/v8/test/mjsunit/ |
D | debug-stepout-scope.js | 129 function test8() { function 133 test8();
|
/external/clang/test/Parser/ |
D | statements.c | 61 void test8() {
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxtb.ll | 93 define i32 @test8(i32 %x) { 94 ; ARMv7A: test8 97 ; ARMv7M: test8
|
/external/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 54 define i64 @test8() { 55 ; CHECK: test8:
|
/external/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 96 define double @test8() { 100 ; LE: @test8 103 ; BE: @test8
|
/external/clang/test/Sema/ |
D | warn-shadow.c | 59 void test8() { in test8() function
|
/external/clang/test/SemaObjC/Inputs/ |
D | arc-system-header.h | 50 static inline void *test8(id ptr) { in test8() function
|
/external/clang/test/CodeGen/ |
D | switch-dce.c | 139 void test8() { in test8() function
|
/external/llvm/test/CodeGen/ARM/ |
D | pack.ll | 81 ; CHECK: test8 83 define i32 @test8(i32 %X, i32 %Y) {
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | memcpy.ll | 135 @test8.str = internal constant [7 x i8] c"ABCDEF\00" 137 define void @test8() { 138 ; CHECK: test8 142 …tail call void @llvm.memcpy.p0i8.p0i8.i32(i8* %B, i8* getelementptr inbounds ([7 x i8]* @test8.str…
|