Searched refs:test16 (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp34 void test16() { function
/external/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp19 class test16 : virtual test15 { virtual void f(); }; class in inherits:test15
20 class test17 : virtual test16 { virtual void f(); };
H A Dlinkage2.cpp157 namespace test16 { namespace
H A Dclass-layout.cpp468 namespace test16 { namespace in namespace:PR16537
H A Dscope-check.cpp290 namespace test16 { namespace
/external/clang/test/CodeGen/
H A Dobject-size.c123 // CHECK-LABEL: define void @test16
124 void test16() { function
H A Dext-vector.c290 // CHECK: @test16
291 void test16(float2 a, float2 b) { function
H A Dmmx-builtins.c85 __m64 test16(__m64 a, __m64 b) { function
/external/clang/test/Parser/
H A Dchar-literal-printing.c22 wchar_t test16(void) { return L'\r'; } function
H A Ddeclarators.c101 void test16(i) int i j; { } // expected-error {{expected ';' at end of declaration}} function
/external/clang/test/Sema/
H A Dc89.c89 void test16() { function
H A Dattr-deprecated.c97 unsigned long test16 __attribute__((deprecated)) variable
H A Dblock-misc.c152 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}}
H A Dexprs.c153 void test16(float x) { x == ((void*) 0); } // expected-error {{invalid operands to binary expression}} function
H A Dreturn.c93 int test16() { function
H A Dscope-check.c234 int test16(int [sizeof &&z]); // expected-error {{use of address-of-label extension outside of a function body}}
H A Dswitch.c279 void test16() { function
H A Dbuiltins.c115 int test16() { function
H A Duninit-variables.c121 void test16() { function
H A Dconversion.c311 void test16(void) { function
/external/clang/test/CodeGenCXX/
H A Deh.cpp403 namespace test16 { namespace
H A Dlinkage.cpp199 namespace test16 { namespace
/external/pcre/dist/
H A DRunTest304 test16=skip
314 test16=-16
335 test16=-16
411 for bmode in "$test8" "$test16" "$test32"; do
416 -32) if [ "$test8$test16" != "skipskip" ] ; then echo ""; fi
/external/clang/test/CXX/class.access/
H A Dp4.cpp425 namespace test16 { namespace
427 void b() { throw A(); } // expected-error{{temporary of type 'test16::A' has private destructor}} \
428 // expected-error{{exception object of type 'test16::A' has private destructor}}
457 // The destructor is not implicitly referenced here. Contrast to test16,
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp506 namespace test16 { namespace

Completed in 490 milliseconds

12