Home
last modified time | relevance | path

Searched refs:test7 (Results 1 – 25 of 154) sorted by relevance

1234567

/external/v8/test/mjsunit/regress/
Dregress-969.js97 function test7() { return first((o.x++, typeof x7), 2); } function
98 assertEquals('number', test7());
100 assertEquals('undefined', test7());
Dregress-70066.js111 function test7(object) { function
116 assertEquals(true, test7(o), "test7");
/external/clang/test/CodeGen/
Dconditional.c29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;} in test8()
Dinline.c98 void test7() { } in test7() function
99 void test7();
Dalias.c28 void test7() { test6(); } // test6 is emitted as extern. in test7() function
Dswitch-dce.c119 void test7() { in test7() function
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js69 Test.prototype.test7 = function() { method in Test
119 t.test7();
/external/llvm/test/Transforms/InstCombine/
Dfcmp.ll53 define i1 @test7(float %x) nounwind readnone ssp noredzone {
58 ; CHECK: @test7
Dsignext.ll68 define i32 @test7(i16 %P) {
73 ; CHECK: @test7
/external/llvm/test/CodeGen/X86/
Ddivide-by-constant.ll64 define i32 @test7(i32 %x) nounwind {
67 ; CHECK: test7:
Dnarrow-shl-cst.ll58 define i64 @test7(i64 %x) nounwind {
62 ; CHECK: test7:
Dxor.ll112 define i32 @test7(i32 %a, i32 %b) nounwind {
126 ; X64: test7:
129 ; X32: test7:
Dpeep-setb.ll57 define i8 @test7(i8 %a, i8 %b) nounwind {
62 ; CHECK: test7:
Dconditional-indecrement.ll69 define i32 @test7(i32 %a, i32 %b) nounwind readnone {
74 ; CHECK: test7:
Dstore-narrow.ll109 define i32 @test7(i64* nocapture %a0, i8 zeroext %a1, i32* %P2) nounwind {
119 ; X64: test7:
123 ; X32: test7:
/external/clang/test/Parser/
Dstatements.c57 int test7() { in test7() function
Dexpressions.c56 void test7() {
Dchar-literal-printing.c11 char test7(void) { return '\b'; } in test7() function
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll78 define i32 @test7(i32 %x) {
79 ; ARMv7A: test7
82 ; ARMv7M: test7
/external/llvm/test/Transforms/InstSimplify/
Dundef.ll52 ; @test7
54 define i64 @test7() {
/external/clang/test/SemaCXX/
Dattr-weak.cpp25 void test7() __attribute__((weak)) {} in test7() function
/external/icu4c/test/intltest/
Dloctest.cpp529 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/
Dwarn-shadow.c50 void test7(void *context, void (*callback)(void *context)) {} in test7() function
Dc89.c42 test7; /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
/external/llvm/test/CodeGen/ARM/
Dpack.ll71 ; CHECK: test7
73 define i32 @test7(i32 %X, i32 %Y) {

1234567