Searched refs:test10 (Results 1 - 25 of 38) 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.js141 function test10() { function
145 assertEquals(false, test10(), "test10");
146 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 Dinit.c94 int test10(int X) { function
98 // CHECK: @test10
H A Dobject-size.c78 // CHECK: define void @test10
80 void test10() { function
/external/clang/test/Sema/
H A Dbuiltins.c56 void test10(void) __attribute__((noreturn));
58 void test10(void) { function
H A Dasm.c97 void test10(void){ function
H A Dc89.c64 void test10 (int x[*]); /* expected-warning {{variable length arrays are a C99 feature, accepted as an extension}} */
H A Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
H A Dstatements.c32 void *test10() {
H A Dreturn.c69 int test10() { function
H A Dswitch.c174 void test10() { function
H A Dblock-misc.c98 void test10(int i) {
H A Dexprs.c104 void test10(int n,...) { function
H A Dscope-check.c153 void test10(int n, void *P) {
/external/clang/test/Analysis/
H A Dunreachable-code-path.c107 void test10() { function
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js93 Test.prototype.test10 = function() {
142 t.test10();
/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/clang/test/CodeGenCXX/
H A Deh.cpp207 namespace test10 { namespace
H A Dmangle-template.cpp131 namespace test10 { namespace
/external/clang/test/SemaCXX/
H A Dreferences.cpp106 void test10() { function
H A Dscope-check.cpp196 namespace test10 { namespace in namespace:PR10462

Completed in 278 milliseconds

12