Searched refs:test13 (Results 1 - 25 of 42) 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-LABEL: define void @test13
103 void test13() { function
H A Dinit.c129 void test13(int x) { function
132 // CHECK: @test13
/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(); };
H A Dalignof.cpp41 auto test13() -> char(&)[__alignof__(s2.x)];
H A Dast-print.cpp145 // CHECK: void test13() {
150 void test13() { function
H A Dlinkage2.cpp139 namespace test13 { namespace
H A Dundefined-internal.cpp310 namespace test13 { namespace
/external/clang/test/Parser/
H A Dchar-literal-printing.c19 char test13(void) { return '\n'; } function
H A Ddeclarators.c86 struct test13 { int a; } (test13x); struct
/external/clang/test/Sema/
H A Dc89.c72 struct test13 { struct
H A Dasm.c126 void test13(void) { function
H A Dattr-deprecated.c93 int test13(foo_dep *foo) __attribute__((deprecated));
H A Dblock-misc.c121 void *test13 = ^{
H A Dexprs.c129 void test13( function
H A Dreturn.c81 int test13() { function
H A Dscope-check.c196 void test13(int n, void *p) {
H A Dswitch.c240 int test13(my_type_t t) { function
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.c57 int test13(int *q) { function
/external/clang/test/CodeGenCXX/
H A Deh.cpp319 namespace test13 { namespace
H A Dlinkage.cpp163 namespace test13 { namespace
H A Dmangle-template.cpp173 namespace test13 { namespace
/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

Completed in 380 milliseconds

12