Searched refs:test14 (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CodeGen/
H A Dswitch-dce.c234 // Verify that case 42 only calls test14 once.
235 // CHECK: @test14
236 // CHECK: call void @test14(i32 97)
238 // CHECK: call void @test14(i32 42)
240 void test14(int x) { function
242 case 42: test14(97); // fallthrough
244 default: test14(42); break;
H A Dobject-size.c107 // CHECK: define void @test14
108 void test14() { function
H A Dext-vector.c251 // CHECK: @test14
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { function
H A Dmmx-builtins.c75 __m64 test14(__m64 a) { function
/external/clang/test/Sema/
H A Dc89.c81 /* Make sure we allow *test14 as a "function designator" */
82 int test14() { return (&*test14)(); } function
H A Dbuiltins.c89 void test14() { function
H A Dattr-deprecated.c94 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
H A Dreturn.c85 int test14() { function
H A Dswitch.c251 int test14(int a) { function
H A Dblock-misc.c129 void test14() {
134 // References test14's "X": outer block is non constant.
H A Dexprs.c135 void test14() { function
H A Dscope-check.c203 int test14(int n) {
H A Dconversion.c224 void test14(long l) { function
H A Duninit-variables.c92 void test14() { function
/external/clang/test/Parser/
H A Dchar-literal-printing.c20 wchar_t test14(void) { return L'\n'; } function
H A Ddeclarators.c93 void test14() // expected-error {{expected ';' after top level declarator}}
/external/clang/test/CodeGenCXX/
H A Deh.cpp350 namespace test14 { namespace
H A Dmangle.cpp514 namespace test14 { namespace
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp155 namespace test14 { namespace
/external/clang/test/CXX/class.access/
H A Dp4.cpp345 namespace test14 { namespace
352 foo(); // expected-error {{temporary of type 'test14::A' has private destructor}}
364 const X &xr = Y1(); // expected-error{{temporary of type 'test14::X' has private destructor}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp297 namespace test14 { namespace
305 void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test14::A<long>'}}
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp883 // test14: FP. Synchronization via PCQ, reads, 2 workers. {{{1
884 namespace test14 { namespace
913 // ANNOTATE_EXPECT_RACE(&GLOB, "test14. FP. Fixed by MSMProp1.");
914 printf("test14: negative\n");
921 } // namespace test14
/external/valgrind/unittest/
H A Dracecheck_unittest.cc589 // test14: FP. Synchronization via PCQ, reads, 2 workers. {{{1
590 namespace test14 { namespace
619 // ANNOTATE_EXPECT_RACE(&GLOB, "test14. FP. Fixed by MSMProp1.");
620 printf("test14: negative\n");
627 } // namespace test14

Completed in 306 milliseconds