Searched refs:test6 (Results 1 - 25 of 70) sorted by relevance

123

/external/v8/test/mjsunit/
H A Dobject-literal-conversions.js42 var test6 = { 17.31: function() {}, "17.31": 7 };
45 assertEquals(7, test6[17.31]);
/external/clang/test/CodeGen/
H A Dalias.c27 extern int test6();
28 void test7() { test6(); } // test6 is emitted as extern.
30 // test6 changes to alias.
31 int test6() __attribute__((alias("test7")));
H A Dasm_arm.c42 // CHECK: @test6
48 void test6() { function
H A Dbool-convert.c9 _Bool test6[x]; local
H A Dconditional.c28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
H A Dinline.c15 // RUN: grep "define i32 @test6" %t
31 // RUN: grep "define i32 @test6" %t
93 __inline int test6() { return 0; } function
94 extern int test6();
H A Dbuiltin-memfns.c46 // CHECK: @test6
48 int test6(char *X) { function
H A Dswitch-dce.c95 // CHECK: @test6
99 void test6() { function
H A Dblocks-1.c57 void test6() { function
H A Ddecl.c8 // CHECK: @test6.x = private unnamed_addr constant %struct.SelectDest { i8 1, i8 2, i32 3, i32 0 }
76 void test6() { function
H A Dobject-size.c47 // CHECK: define void @test6
48 void test6() { function
/external/clang/test/Parser/
H A Dstatements.c51 void test6(void) { function
H A Dpointer-arithmetic.c9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
H A Dexpressions.c49 int test6(void) { function
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
H A Dwarn-unreachable.cpp70 void test6() { function
/external/clang/test/Sema/
H A Dwarn-shadow.c49 void test6(void (*f)(int i)) {} function
H A Dasm.c54 void test6(long i) { function
H A Dc89.c39 test6() { return 0; } function
/external/v8/test/mjsunit/regress/
H A Dregress-969.js91 function test6() { return first((++o.x, typeof x6), 2); } function
92 assertEquals('number', test6());
94 assertEquals('undefined', test6());
H A Dregress-70066.js98 function test6(value) { function
106 assertEquals("undefined:true", test6(6), "test6");
107 assertEquals(0, x, "test6"); // Global x is undisturbed.
/external/clang/test/Analysis/
H A Dunreachable-code-path.c62 void test6(const char *c) { function
/external/clang/test/CodeGenCXX/
H A Dglobal-init.cpp73 namespace test6 { namespace
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js65 Test.prototype.test6 = function() {
117 t.test6();
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp103 namespace test6 { namespace

Completed in 435 milliseconds

123