Searched refs:test2 (Results 76 - 100 of 607) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dalign-param.c14 int test2(struct X x __attribute((aligned(16)))) { function
17 // CHECK-LABEL: define i32 @test2
H A Dbranch-target-layout.c29 // CHECK: @test2
34 void test2(int a) { function
H A Dexceptions.c24 void test2() { function
H A Dinline.c9 // CHECK1-LABEL: define i32 @test2
31 // CHECK2-LABEL: define i32 @test2
85 __inline int test2() { return 5; } function
86 __inline int test2();
87 int test2();
90 void test_test2() { test2(); }
H A Drestrict.c13 // CHECK: define void @test2(i32* %{{.*}}, i32* noalias %{{.*}})
14 void test2(int *x, int * restrict y) { function
H A D2002-04-10-StructParameters.c19 void test2(foo Y) { function
22 test2(Y);
H A Dvisibility.c55 // CHECK-DEFAULT-LABEL: define void @test2()
56 // CHECK-PROTECTED-LABEL: define void @test2()
57 // CHECK-HIDDEN-LABEL: define void @test2()
58 void test2(void);
59 void __attribute__((visibility("default"))) test2(void) {} function
/external/clang/test/CodeGenCXX/
H A Dmangle-nullptr-arg.cpp12 void test2(PM<nullptr>) { } function
H A Dmicrosoft-abi-structors-alias.cpp11 namespace test2 { namespace
25 // CHECK-DAG: @"\01??1B@test2@@UAE@XZ" = alias bitcast (void (%"struct.test2::A"*)* @"\01??1A@test2@@UAE@XZ" to void (%"struct.test2::B"*)*)
/external/clang/test/Parser/
H A Dstatements.c7 void test2() { function
/external/clang/test/Sema/
H A Dconversion-64-32.c17 int test2(long v) { function
/external/clang/test/SemaCXX/
H A Dstatements.cpp12 void test2() { function
H A Dwarn-variable-not-needed.cpp11 namespace test2 { namespace
H A Dunknown-anytype.cpp6 extern __unknown_anytype test2(int);
23 namespace test2 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp10 add_pointer<float>::type test2(int * ptr) { function
/external/libcxx/test/strings/string.classes/
H A Dtypedefs.pass.cpp25 typedef std::wstring test2; typedef
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Darguments-scope.js47 function test2(arguments) { function
49 shouldBeOfType("test2", arguments, 'number');
71 test2(42);
/external/chromium_org/v8/test/webkit/
H A Dstack-overflow-catch.js37 // Dummy code to make this funciton different from test2()
46 test2();
52 function test2() function
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_result_type.pass.cpp35 test2() function
50 test2();
H A Ddefault.pass.cpp30 test2() function
41 test2();
H A Dseed_result_type.pass.cpp34 test2() function
49 test2();
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_result_type.pass.cpp35 test2() function
50 test2();
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_result_type.pass.cpp129 test2() function
244 test2();
H A Ddefault.pass.cpp33 test2() function
44 test2();
H A Dseed_result_type.pass.cpp36 test2() function
51 test2();

Completed in 408 milliseconds

1234567891011>>