/external/v8/test/mjsunit/regress/ |
D | regress-969.js | 97 function test7() { return first((o.x++, typeof x7), 2); } function 98 assertEquals('number', test7()); 100 assertEquals('undefined', test7());
|
D | regress-70066.js | 107 function test7(object) { function 112 assertEquals(true, test7(o), "test7");
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | vector_promote.ll | 100 %struct.test7 = type { [6 x i32] } 102 define void @test7() { 104 %memtmp = alloca %struct.test7, align 16 105 %0 = bitcast %struct.test7* %memtmp to <4 x i32>* 107 %1 = getelementptr inbounds %struct.test7* %memtmp, i64 0, i32 0, i64 5 110 ; CHECK: @test7
|
/external/clang/test/Sema/ |
D | attr-visibility.c | 21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is h… 22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not mat…
|
/external/clang/test/CodeGen/ |
D | conditional.c | 29 void test7(int); 30 void* test8() {return 1 ? test6 : test7;} in test8()
|
D | inline.c | 110 void test7() { } in test7() function 111 void test7();
|
/external/llvm/test/MC/AsmParser/ |
D | macros.s | 61 .macro test7 .a macro 66 test7 zed3 label
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-tst.ll | 6 define ppc_fp128 @test7(ppc_fp128 %A1, ppc_fp128 %A2, ppc_fp128 %B1, ppc_fp128 %B2) { 7 ; CHECK: @test7
|
/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 10 class test7 : virtual test6 { virtual void f(); }; class 11 class test8 : virtual test7 { virtual void f(); };
|
D | warn-vla.cpp | 25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} in test7() function
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | sh-types.ll | 4 define <4 x float> @test7(<4 x float> %A1, <4 x float> %B1, double %C1, double %C2, double %D1, dou… 21 ; CHECK: @test7
|
/external/llvm/test/CodeGen/X86/ |
D | rounding-ops.ll | 82 define float @test7(float %x) nounwind { 86 ; CHECK-SSE: test7: 89 ; CHECK-AVX: test7:
|
D | pmovsx-inreg.ll | 93 define void @test7(<2 x i16>* %in, <2 x i64>* %out) nounwind { 101 ; SSE41: test7: 104 ; AVX1: test7: 107 ; AVX2: test7:
|
D | narrow-shl-cst.ll | 58 define i64 @test7(i64 %x) nounwind { 62 ; CHECK: test7:
|
D | xor.ll | 112 define i32 @test7(i32 %a, i32 %b) nounwind { 126 ; X64: test7: 129 ; X32: test7:
|
D | conditional-indecrement.ll | 69 define i32 @test7(i32 %a, i32 %b) nounwind readnone { 74 ; CHECK: test7:
|
D | peep-setb.ll | 57 define i8 @test7(i8 %a, i8 %b) nounwind { 62 ; CHECK: test7:
|
D | divide-by-constant.ll | 64 define i32 @test7(i32 %x) nounwind { 67 ; CHECK: test7:
|
/external/v8/test/mjsunit/compiler/ |
D | simple-bailouts.js | 69 Test.prototype.test7 = function() { method in Test 119 t.test7();
|
/external/llvm/test/Transforms/InstCombine/ |
D | ptr-int-cast.ll | 54 define <4 x i8*> @test7(<4 x i128> %arg) nounwind { 55 ; CHECK: @test7
|
D | fmul.ll | 65 define float @test7(float %x, float %y) { 70 ; CHECK: @test7
|
/external/v8/test/mjsunit/ |
D | debug-stepout-scope.js | 122 function test7() { function 126 test7();
|
/external/clang/test/Parser/ |
D | statements.c | 57 int test7() { in test7() function
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxtb.ll | 78 define i32 @test7(i32 %x) { 79 ; ARMv7A: test7 82 ; ARMv7M: test7
|
/external/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 46 define i64 @test7() { 47 ; CHECK: test7:
|