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

1234567

/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-conversions.js42 var test6 = { 17.31: function() {}, "17.31": 7 };
45 assertEquals(7, test6[17.31]);
H A Ddebug-stepout-scope-part1.js111 function test6() { function
119 test6();
/external/clang/test/CodeGen/
H A Dasm_arm.c43 // CHECK: @test6
49 void test6() { function
H A Dbool-convert.c23 _Bool test6[x]; local
H A Dalias.c29 extern int test6();
30 void test7() { test6(); } // test6 is emitted as extern.
32 // test6 changes to alias.
33 int test6() __attribute__((alias("test7")));
H A Dconditional.c28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
H A Dinline.c13 // CHECK1-LABEL: define i32 @test6
35 // CHECK2-LABEL: define i32 @test6
114 __inline int test6() { return 0; } function
115 extern int test6();
H A Ddostmt.c71 void test6() { function
H A Dswitch-dce.c95 // CHECK: @test6
99 void test6() { function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.cpp97 void test6() function
121 void test6() {} function
132 test6();
/external/clang/test/Parser/
H A Dstatements.c51 void test6(void) { function
H A Dbrackets.cpp126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
132 // CHECK: {{^}}int [3] ::test6::A::arr = {1,2,3};
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/Sema/
H A Dreturn-noreturn.c45 void test6() function
H A Dwarn-shadow.c49 void test6(void (*f)(int i)) {} function
H A Dattr-visibility.c18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
/external/clang/test/SemaCXX/
H A Dwarn-vla.cpp22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
H A Dattr-weak.cpp20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
H A Derr_init_conversion_failed.cpp28 void test6() { function
/external/chromium_org/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.js94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
103 assertEquals(0, x, "test6"); // Global x is undisturbed.
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp72 namespace test6 { namespace in namespace:A::B::PR14029
H A Dthrow-expressions.cpp47 int test6(bool x, bool y, int z) { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;

Completed in 384 milliseconds

1234567