Searched refs:test10 (Results 1 - 25 of 49) sorted by relevance

12

/external/v8/test/mjsunit/regress/
H A Dregress-969.js118 function test10(index) { return first((++o[index], typeof x10), 2); } function
119 assertEquals('number', test10());
121 assertEquals('undefined', test10());
H A Dregress-70066.js137 function test10() { function
141 assertEquals(false, test10(), "test10");
142 assertEquals(10, y, "test10");
/external/clang/test/CodeGen/
H A Dswitch-dce.c171 // CHECK: @test10
174 int test10(void) { function
H A Dconditional.c50 // CHECK: @test10
52 int test10(int c) { function
H A Dobject-size.c80 // CHECK: define void @test10
82 void test10() { function
H A Dinit.c96 int test10(int X) { function
100 // CHECK: @test10
/external/clang/test/SemaCXX/
H A Dast-print.cpp85 namespace test10 { namespace
97 // CHECK-NEXT: return test10::M::X<INT>::value;
99 return test10::M::X<INT>::value;
H A Dundefined-inline.cpp53 namespace test10 { namespace
H A Dlong-virtual-inheritance-chain.cpp13 class test10 : virtual test9 { virtual void f(); }; class in inherits:test9
14 class test11 : virtual test10 { virtual void f(); };
H A Dreferences.cpp106 void test10() { function
/external/clang/test/Sema/
H A Dasm.c97 void test10(void){ function
H A Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
H A Dc89.c64 void test10 (int x[*]); /* expected-warning {{variable length arrays are a C99 feature}} */
H A Dstatements.c32 void *test10() {
H A Dbuiltins.c70 void test10(void) __attribute__((noreturn));
72 void test10(void) { function
H A Dreturn.c69 int test10() { function
H A Dswitch.c179 void test10() { function
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js93 Test.prototype.test10 = function() {
142 t.test10();
/external/clang/test/Analysis/
H A Dunreachable-code-path.c107 void test10() { function
/external/clang/test/Parser/
H A Dchar-literal-printing.c16 wchar_t test10(void) { return L'\e'; } function
H A Ddeclarators.c76 struct test10 { int a; } static test10x; struct
H A Dswitch-recovery.cpp117 void test10(int x) { function
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js180 function test10() { function
186 test10();
/external/clang/test/CodeGenCXX/
H A Deh.cpp207 namespace test10 { namespace
H A Dexceptions.cpp429 namespace test10 { namespace

Completed in 375 milliseconds

12