Searched defs:test13 (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
H A Dswitch-dce.c220 // CHECK: @test13
221 // CHECK: call void @test13(i32 97)
225 // CHECK: call void @test13(i32 42)
227 void test13(int x) { function
229 case 42: test13(97); // fallthrough
231 default: test13(42); break;
H A Dconditional.c69 // CHECK: @test13
72 void test13() { function
H A Dobject-size.c99 // CHECK: define void @test13
100 void test13() { function
H A Dext-vector.c245 // CHECK: @test13
247 int4 test13(int4 *V) { function
H A Dinit.c127 void test13(int x) { function
130 // CHECK: @test13
H A Dmmx-builtins.c70 __m64 test13(__m64 a) { function
/external/clang/test/Sema/
H A Dasm.c122 void test13(void) { function
H A Dc89.c72 struct test13 { struct
H A Dbuiltins.c85 int test13() { function
H A Dexprs.c129 void test13( function
H A Dreturn.c81 int test13() { function
H A Dswitch.c240 int test13(my_type_t t) { function
H A Duninit-variables.c95 int test13() { function
H A Dconversion.c285 void test13(long double v) { function
H A Dformat-strings.c240 void test13(short x) { function
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp425 namespace test13 { namespace
/external/clang/test/CodeGenCXX/
H A Deh.cpp318 namespace test13 { namespace
H A Dmangle.cpp509 namespace test13 { namespace
/external/clang/test/Parser/
H A Ddeclarators.c85 struct test13 { int a; } (test13x); struct
H A Dchar-literal-printing.c19 char test13(void) { return '\n'; } function
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp281 namespace test13 { namespace
289 void foo(Role<N, test13::Foo> &role) {
/external/clang/test/CXX/class.access/
H A Dp4.cpp326 namespace test13 { namespace
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp830 // test13: FP. Synchronization via Mutex, then via LockWhen. {{{1
831 namespace test13 { namespace
871 // ANNOTATE_EXPECT_RACE(&GLOB, "test13. FP. Fixed by MSMProp1.");
872 printf("test13: negative\n");
882 } // namespace test13
/external/valgrind/unittest/
H A Dracecheck_unittest.cc534 // test13: FP. Synchronization via Mutex, then via LockWhen. {{{1
535 namespace test13 { namespace
575 // ANNOTATE_EXPECT_RACE(&GLOB, "test13. FP. Fixed by MSMProp1.");
576 printf("test13: negative\n");
586 } // namespace test13

Completed in 1031 milliseconds