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

/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp34 void test16() { function
H A Ddiag-template-diffing.cpp459 void test16() { function
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp506 namespace test16 { namespace
/external/clang/test/CodeGen/
H A Dext-vector.c290 // CHECK: @test16
291 void test16(float2 a, float2 b) { function
H A Dobject-size.c123 // CHECK: define void @test16
124 void test16() { function
H A Dmmx-builtins.c85 __m64 test16(__m64 a, __m64 b) { function
/external/clang/test/CodeGenCXX/
H A Deh.cpp402 namespace test16 { namespace
H A Dlinkage.cpp199 namespace test16 { namespace
/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 Dattr-deprecated.c97 unsigned long test16 __attribute__((deprecated)) variable
H A Dbuiltins.c115 int test16() { function
H A Dc89.c89 void test16() { function
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 Dswitch.c279 void test16() { function
H A Dconversion.c311 void test16(void) { function
H A Duninit-variables.c121 void test16() { function
/external/clang/test/SemaCXX/
H A Dlinkage2.cpp157 namespace test16 { namespace
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 Dscope-check.cpp278 namespace test16 { namespace
H A Dclass-layout.cpp468 namespace test16 { namespace in namespace:PR16537
/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/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp967 // test16: FP. Barrier (emulated by CV), 2 threads. {{{1
968 namespace test16 { namespace
1007 // ANNOTATE_EXPECT_RACE(&GLOB, "test16. FP. Fixed by MSMProp1 + Barrier support.");
1009 printf("test16: negative\n");
1016 } // namespace test16
1021 // Same as test16, but with 3 threads.
/external/valgrind/unittest/
H A Dracecheck_unittest.cc671 // test16: FP. Barrier (emulated by CV), 2 threads. {{{1
672 namespace test16 { namespace
711 // ANNOTATE_EXPECT_RACE(&GLOB, "test16. FP. Fixed by MSMProp1 + Barrier support.");
713 printf("test16: negative\n");
720 } // namespace test16
725 // Same as test16, but with 3 threads.

Completed in 776 milliseconds