Searched defs:test13 (Results 1 - 25 of 38) 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 Dpass-object-size.c341 // CHECK-LABEL: define void @test13
342 void test13() { function
H A Dext-vector.c245 // CHECK: @test13
247 int4 test13(int4 *V) { function
H A Dinit.c129 void test13(int x) { function
132 // CHECK: @test13
H A Dobject-size.c102 // CHECK-LABEL: define void @test13
103 void test13() { function
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.c57 int test13(int *q) { function
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp426 namespace test13 { namespace
/external/clang/test/CodeGenCXX/
H A Deh.cpp321 namespace test13 { namespace
H A Dlinkage.cpp163 namespace test13 { namespace
H A Dmangle-template.cpp173 namespace test13 { namespace
/external/clang/test/Parser/
H A Dchar-literal-printing.c19 char test13(void) { return '\n'; } function
/external/clang/test/Sema/
H A Dasm.c125 void test13(void) { function
H A Dbuiltins.c104 int test13() { function
H A Dc89.c72 struct test13 { struct
H A Dexprs.c130 void test13( function
H A Dreturn.c81 int test13() { function
H A Dswitch.c240 int test13(my_type_t t) { function
/external/clang/test/SemaCXX/
H A Dast-print.cpp145 // CHECK: void test13() {
150 void test13() { function
H A Dcompare.cpp420 void test13() { function in namespace:templates
H A Dlinkage2.cpp139 namespace test13 { namespace
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 Dundefined-internal.cpp319 namespace test13 { namespace
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp781 void test13() function
1729 test13<S>();
1764 test13<S>();
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp281 namespace test13 { namespace
289 void foo(Role<N, test13::Foo> &role) {

Completed in 396 milliseconds

12