Searched defs:test5 (Results 1 - 25 of 124) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dattr-minsize.cpp59 void test5(T arg) { function
64 void test5<int>(int arg);
65 // Oz: define{{.*}}void @{{.*}}test5
67 // OTHER: define{{.*}}void @{{.*}}test5
68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
71 void test5<float>(float arg);
72 // Oz: define{{.*}}void @{{.*}}test5
74 // OTHER: define{{.*}}void @{{.*}}test5
75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
H A Dasm_arm.c37 // CHECK: @test5
39 void test5() { function
H A Ddostmt.c65 void test5() { function
H A Dstatements.c35 int test5(long long b) { function
H A D2003-09-18-BitfieldTests.c27 void test5(BF *b, int i) { // array ref function
H A Dasm-inout.c42 // CHECK: @test5
44 __m64 test5(__m64 __A, __m64 __B) { function
H A Dblocks-1.c52 void test5() { function
76 test5();
H A Dbool-convert.c8 _Bool test5; local
H A Dswitch-dce.c85 void test5() { function
H A Dvisibility.c72 // CHECK-DEFAULT: define hidden void @test5()
73 // CHECK-PROTECTED: define hidden void @test5()
74 // CHECK-HIDDEN: define hidden void @test5()
76 __private_extern__ void test5(void) {} function
/external/clang/test/SemaCXX/
H A Dwarn-vla.cpp18 void test5(int n, int v[n]) { // expected-warning {{variable length array used}} function
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp75 namespace test5 { namespace
81 friend void X<T>::f(); // expected-error {{friend function 'f' is a private member of 'test5::X<int>'}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp73 namespace test5 { namespace
/external/clang/test/Parser/
H A Dpointer-arithmetic.c8 int test5(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */ function
H A Dstatements.c42 void test5() { function
/external/clang/test/Sema/
H A Dblock-args.c45 void test5(void) { function
H A Dreturn-noreturn.c40 _Noreturn void test5() { function
/external/llvm/test/MC/AsmParser/
H A Dmacros.s47 .macro test5 _a
52 test5 zed1 label
/external/clang/test/Analysis/
H A Ddomtest.c126 int test5() function
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp58 namespace test5 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp132 class test5 { class
139 int test5::inc(int x = default_x) {
/external/clang/test/CodeGenCXX/
H A Dassign-construct-memcpy.cpp60 void test5(foo &f, const foo &x) { function
62 // CHECK-POD: test5
65 // CHECK-NONPOD: test5
H A Dnew-overflow.cpp98 namespace test5 { namespace
H A Dnrvo.cpp140 X test5() { function
H A Dvisibility-ms-compat.cpp98 namespace test5 { namespace

Completed in 364 milliseconds

12345