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

123

/external/clang/test/SemaCXX/
H A Dfriend.cpp167 namespace test10 { namespace
204 ::test10::f10_a();
205 ::test10::f10_b();
206 ::test10::f10_c();
207 ::test10::f10_d(); // expected-error {{no member named 'f10_d'}}
214 ::test10::f10_a(x);
215 ::test10::f10_b(x);
216 ::test10::f10_c(x);
217 ::test10::f10_d(x); // expected-error {{no type named 'f10_d'}}
233 ::test10
[all...]
H A Derr_init_conversion_failed.cpp34 void test10() { function
H A Dundefined-inline.cpp53 namespace test10 { namespace
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 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 Dalignof.cpp38 auto test10() -> char(&)[__alignof__(s2.x)];
/external/llvm/test/MC/AsmParser/
H A Dmacros-gas.s95 .macro test10
99 test10 label
102 test10 42 label
104 // CHECK-ERRORS-NEXT: test10 42
/external/chromium_org/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-LABEL: define void @test10
82 void test10() { function
H A Dinit.c96 int test10(int X) { function
100 // CHECK: @test10
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js136 function test10() { function
142 test10();
/external/libcxxabi/test/
H A Dcatch_ptr_02.cpp168 void test10 () function
195 test10();
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js93 Test.prototype.test10 = function() {
142 t.test10();
/external/clang/test/Sema/
H A Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
H A Dasm.c100 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
/external/clang/test/Analysis/
H A Dunreachable-code-path.c107 void test10() { function
/external/clang/test/CodeGenCXX/
H A Dunknown-anytype.cpp115 void test10() { function
H A Deh.cpp208 namespace test10 { namespace
/external/clang/test/Parser/
H A Dchar-literal-printing.c16 wchar_t test10(void) { return L'\e'; } function

Completed in 625 milliseconds

123