Searched refs:test2 (Results 26 - 50 of 333) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dcxx-ms-function-specialization-class-scope.cpp5 void test2() function
H A Dcxx-chain-function-template.cpp21 void test2(T) { function
29 test2(1);
/external/clang/test/Parser/
H A Dgoto.c9 void test2() { function
H A Dstatements.c7 void test2() { function
/external/clang/test/Sema/
H A Dassign.c5 void test2 (const struct {int a;} *x) { function
H A Dwarn-documentation-fixits.cpp10 int test2(int aaa, int bbb);
H A Dconversion-64-32.c17 int test2(long v) { function
H A Ddecl-invalid.c27 register int test2 __asm__("edi"); // expected-error {{global register variables are not supported}}
/external/clang/test/SemaCXX/
H A Dexception-spec-no-exceptions.cpp27 namespace test2 { namespace
H A Druntimediag-ppe.cpp16 void test2() { (void)typeid(P(1 << 32)); } // expected-warning {{shift count >= width of type}} function
H A Dstatements.cpp12 void test2() { function
H A Dunknown-anytype.cpp6 extern __unknown_anytype test2(int);
23 namespace test2 { namespace
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp18 struct test2 {}; struct in namespace:ns0::ns3
34 test2 c;
/external/clang/test/CodeGen/
H A Dvisibility.c55 // CHECK-DEFAULT: define void @test2()
56 // CHECK-PROTECTED: define void @test2()
57 // CHECK-HIDDEN: define void @test2()
58 void test2(void);
59 void __attribute__((visibility("default"))) test2(void) {} function
H A D2002-05-23-TypeNameCollision.c13 enum bar { test1, test2 }; enumerator in enum:bar
H A Dalign-param.c14 int test2(struct X x __attribute((aligned(16)))) { function
17 // CHECK: define i32 @test2
H A Dbranch-target-layout.c29 // CHECK: @test2
34 void test2(int a) { function
H A Dinline.c11 // RUN: grep "define i32 @test2" %t
33 // RUN: grep "define i32 @test2" %t
75 __inline int test2() { return 5; } function
76 __inline int test2();
77 int test2();
80 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);
/external/elfutils/tests/
H A Drun-ranlib-test4.sh31 . $srcdir/run-ranlib-test2.sh
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp19 void test2() { function
/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp10 add_pointer<float>::type test2(int * ptr) { function
/external/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js63 function test2() { function
86 test(test2, 65);
90 eval(test2.toString() + "//@ sourceUrl=foo");
94 test(test2, 3);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp8.cpp29 void test2() { function in namespace:test0
62 void test2() { function in namespace:test1
69 namespace test2 { namespace

Completed in 596 milliseconds

1234567891011>>