Searched defs:test13 (Results 1 - 25 of 48) 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.c140 void test13(int x) { function
143 // CHECK: @test13
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/
H A Dcpuset_exclusive_test.sh153 test13() function
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
H A Dcpuset_syscall_testset.sh286 test13() function
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_testset.sh426 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 Dlinkage.cpp163 namespace test13 { namespace
H A Deh.cpp321 namespace test13 { namespace
H A Dmangle-template.cpp173 namespace test13 { namespace
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
H A Dcpuset_hierarchy_test.sh191 test13() function
/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(); };

Completed in 414 milliseconds

12