/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 | 122 function test8() { function 126 assertEquals(true, test8(), "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/llvm/test/CodeGen/X86/ |
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 | peep-setb.ll | 66 define i32 @test8(i32 %a, i32 %b) nounwind { 71 ; CHECK: test8:
|
D | conditional-indecrement.ll | 80 define i32 @test8(i32 %a, i32 %b) nounwind readnone { 85 ; CHECK: test8:
|
/external/clang/test/Parser/ |
D | statements.c | 61 void test8() {
|
D | char-literal-printing.c | 12 wchar_t test8(void) { return L'\b'; } in test8() function
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxtb.ll | 93 define i32 @test8(i32 %x) { 94 ; ARMv7A: test8 97 ; ARMv7M: test8
|
/external/llvm/test/Transforms/InstSimplify/ |
D | undef.ll | 59 ; @test8 61 define i64 @test8() {
|
/external/clang/test/Sema/ |
D | warn-shadow.c | 59 void test8() { in test8() function
|
D | c89.c | 44 void test8(int, x); /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
|
/external/clang/test/SemaObjC/Inputs/ |
D | arc-system-header.h | 50 static inline void *test8(id ptr) { in test8() function
|
/external/llvm/test/CodeGen/ARM/ |
D | pack.ll | 81 ; CHECK: test8 83 define i32 @test8(i32 %X, i32 %Y) {
|
/external/clang/test/SemaCXX/ |
D | warn-shadow.cpp | 81 void test8() { in test8() function
|
/external/clang/test/CodeGen/ |
D | switch-dce.c | 139 void test8() { in test8() function
|
D | conditional.c | 30 void* test8() {return 1 ? test6 : test7;} in test8() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | signext.ll | 78 define i32 @test8(i32 %x) nounwind readnone { 84 ; CHECK: @test8
|
D | or-xor.ll | 74 define i32 @test8(i32 %x, i32 %y) nounwind { 79 ; CHECK: @test8
|
/external/llvm/test/ExecutionEngine/ |
D | test-ret.ll | 36 define i64 @test8() {
|
/external/clang/test/CodeGenCXX/ |
D | mangle-unnamed.cpp | 81 void test8() { make_test8(T8); } in test8() function
|
/external/clang/test/Analysis/ |
D | unreachable-code-path.c | 82 void test8() { in test8() function
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | non-null.ll | 81 define void @test8(i8 addrspace(1) * %dest, i8 addrspace(1) * %src) { 82 ; CHECK: test8
|