Searched refs:test15 (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp24 void test15() { function
/external/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp18 class test15 : virtual test14 { virtual void f(); }; class in inherits:test14
19 class test16 : virtual test15 { virtual void f(); };
H A Dast-print.cpp169 // CHECK: float test15() {
173 float test15() { function
H A Dlinkage2.cpp152 namespace test15 { namespace
H A Dclass-layout.cpp445 namespace test15 { namespace in namespace:PR16537
H A Dscope-check.cpp277 namespace test15 { namespace
/external/clang/test/CodeGen/
H A Dobject-size.c116 // CHECK-LABEL: define void @test15
117 void test15() { function
H A Dext-vector.c281 // CHECK: @test15
282 int4 test15(uint4 V0) { function
/external/clang/test/Parser/
H A Dchar-literal-printing.c21 char test15(void) { return '\r'; } function
H A Ddeclarators.c99 long struct X { int x; } test15(); // expected-error {{'long struct' is invalid}}
/external/clang/test/Sema/
H A Dasm.c138 double test15() { function
H A Dc89.c84 int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */ variable
H A Dattr-deprecated.c96 unsigned long test15 = sizeof(foo_dep); // expected-warning {{'foo_dep' is deprecated}} variable
H A Dblock-misc.c146 void test15() {
H A Dexprs.c148 test15_t test15(void) { function
H A Dreturn.c89 int test15() { function
H A Dscope-check.c220 void test15(int n, void *pc) {
H A Dswitch.c271 void test15() { function
H A Dbuiltins.c110 void test15(const char *s) { function
H A Duninit-variables.c108 void test15() { function
/external/clang/test/CodeGenCXX/
H A Deh.cpp370 namespace test15 { namespace
H A Dlinkage.cpp188 namespace test15 { namespace
H A Dnew.cpp191 namespace test15 { namespace
/external/clang/test/CXX/class.access/
H A Dp4.cpp369 namespace test15 { namespace
375 int protected_foo; // expected-note 3 {{declared protected here}} // expected-note {{can only access this member on an object of type 'test15::B<int>'}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp312 namespace test15 { namespace
325 void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test15::A<long>'}}

Completed in 365 milliseconds

12