/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 | 111 function test7(object) { function 116 assertEquals(true, test7(o), "test7");
|
/external/clang/test/CodeGen/ |
D | conditional.c | 29 void test7(int); 30 void* test8() {return 1 ? test6 : test7;} in test8()
|
D | inline.c | 98 void test7() { } in test7() function 99 void test7();
|
D | alias.c | 28 void test7() { test6(); } // test6 is emitted as extern. in test7() function
|
D | switch-dce.c | 119 void test7() { in test7() function
|
/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 | fcmp.ll | 53 define i1 @test7(float %x) nounwind readnone ssp noredzone { 58 ; CHECK: @test7
|
D | signext.ll | 68 define i32 @test7(i16 %P) { 73 ; CHECK: @test7
|
/external/llvm/test/CodeGen/X86/ |
D | divide-by-constant.ll | 64 define i32 @test7(i32 %x) nounwind { 67 ; CHECK: 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 | peep-setb.ll | 57 define i8 @test7(i8 %a, i8 %b) nounwind { 62 ; CHECK: test7:
|
D | conditional-indecrement.ll | 69 define i32 @test7(i32 %a, i32 %b) nounwind readnone { 74 ; CHECK: test7:
|
D | store-narrow.ll | 109 define i32 @test7(i64* nocapture %a0, i8 zeroext %a1, i32* %P2) nounwind { 119 ; X64: test7: 123 ; X32: test7:
|
/external/clang/test/Parser/ |
D | statements.c | 57 int test7() { in test7() function
|
D | expressions.c | 56 void test7() {
|
D | char-literal-printing.c | 11 char test7(void) { return '\b'; } 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/Transforms/InstSimplify/ |
D | undef.ll | 52 ; @test7 54 define i64 @test7() {
|
/external/clang/test/SemaCXX/ |
D | attr-weak.cpp | 25 void test7() __attribute__((weak)) {} in test7() function
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 529 Locale test7("aa", "AA", "JUPITER"); in TestSimpleObjectStuff() local 539 test_dumpLocale(test7); in TestSimpleObjectStuff() 549 test_assert(test7 == test7); in TestSimpleObjectStuff() 559 test_assert(!(test7 != test7)); in TestSimpleObjectStuff() 571 test_assert(test6 != test7); in TestSimpleObjectStuff() 578 test_assert(test7 == test8); in TestSimpleObjectStuff() 603 test7 = test6; in TestSimpleObjectStuff() 604 test_dumpLocale(test7); in TestSimpleObjectStuff() 605 test_assert(test7 == test7); in TestSimpleObjectStuff() 606 test_assert(test7 == test6); in TestSimpleObjectStuff() [all …]
|
/external/clang/test/Sema/ |
D | warn-shadow.c | 50 void test7(void *context, void (*callback)(void *context)) {} in test7() function
|
D | c89.c | 42 test7; /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
|
/external/llvm/test/CodeGen/ARM/ |
D | pack.ll | 71 ; CHECK: test7 73 define i32 @test7(i32 %X, i32 %Y) {
|