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

12

/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.c102 // CHECK: define void @test13
103 void test13() { function
H A Dinit.c129 void test13(int x) { function
132 // CHECK: @test13
H A Dext-vector.c245 // CHECK: @test13
247 int4 test13(int4 *V) { function
/external/clang/test/Sema/
H A Dasm.c122 void test13(void) { function
H A Dc89.c72 struct test13 { struct
H A Dattr-deprecated.c93 int test13(foo_dep *foo) __attribute__((deprecated));
H A Dreturn.c81 int test13() { function
H A Dswitch.c240 int test13(my_type_t t) { function
H A Dblock-misc.c121 void *test13 = ^{
H A Dbuiltins.c85 int test13() { function
H A Dexprs.c129 void test13( function
H A Dscope-check.c196 void test13(int n, void *p) {
H A Duninit-variables.c97 int test13() { function
H A Dconversion.c285 void test13(long double v) { function
/external/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp16 class test13 : virtual test12 { virtual void f(); }; class in inherits:test12
17 class test14 : virtual test13 { virtual void f(); };
/external/clang/test/Parser/
H A Dchar-literal-printing.c19 char test13(void) { return '\n'; } function
H A Ddeclarators.c85 struct test13 { int a; } (test13x); struct
/external/clang/test/CodeGenCXX/
H A Deh.cpp318 namespace test13 { namespace
H A Dmangle-template.cpp176 namespace test13 { namespace
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp395 void test13() { 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/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp425 namespace test13 { namespace

Completed in 385 milliseconds

12