Searched defs:test2 (Results 1 - 25 of 703) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/inlining/
H A Danalysis-order.c6 void test2() { function
13 // CHECK: analysis-order.c test2
15 // CHECK-NEXT: analysis-order.c test2
/external/clang/test/Analysis/
H A Dmalloc-protoype.c14 void test2() function
H A Dtest-include-cpp.cpp10 int TestIncludeClass::test2(int *p) { function in class:TestIncludeClass
/external/clang/test/CodeGen/
H A D2004-02-13-BuiltinFrameReturnAddress.c7 void *test2() { function
H A D2003-11-08-PointerSubNotGetelementptr.c8 int *test2(int* I) { function
H A D2006-12-14-ordered_expr.c3 int test2(float X, float Y) { function
H A Dattr-optnone.c12 int test2() { return 0; } function
13 // OPTSIZE: @test2{{.*}}[[ATTR2:#[0-9]+]]
14 // MINSIZE: @test2{{.*}}[[ATTR2:#[0-9]+]]
21 int test4() { return test2(); }
23 // Also check that test2 is inlined into test4 (always_inline still works).
24 // PRESENT-NOT: call i32 @test2
34 // With -Os, check that 'optsize' appears only on test2.
39 // With -Oz, check that 'minsize' appears only on test2.
H A Dbranch-target-layout.c29 // CHECK: @test2
34 void test2(int a) { function
H A Dinstrument-functions.c11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
H A Dpointer-to-int.c9 int test2(void) { function
H A Dpr27892.c14 long test2(long *p) { function
17 // CHECK-DAG: define i64 @test2(
H A Dunwind-attr.c20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
/external/clang/test/PCH/
H A Dcxx-ms-function-specialization-class-scope.cpp7 void test2() function
/external/clang/test/Parser/
H A Dcaptured-statements.c10 void test2() function
H A Dgoto.c9 void test2() { function
/external/clang/test/Sema/
H A Dimplicit-cast.c6 static char *test2(int cf) { function
H A Dwarn-vla.c8 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Ddefault.pass.cpp30 test2() function
41 test2();
H A Deval.pass.cpp30 test2() function
41 test2();
H A Dresult_type.pass.cpp31 test2() function
41 test2();
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Ddefault.pass.cpp30 test2() function
41 test2();
H A Dvalues.pass.cpp43 test2() function
58 test2();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Ddefault.pass.cpp33 test2() function
44 test2();
H A Deval.pass.cpp33 test2() function
44 test2();
H A Dresult_type.pass.cpp33 test2() function
43 test2();

Completed in 944 milliseconds

1234567891011>>