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

12345

/external/clang/test/CodeGen/
H A Ddostmt.c65 void test5() { function
H A Dasm_arm.c37 // CHECK: @test5
39 void test5() { function
H A Dstatements.c34 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
/external/llvm/test/MC/AsmParser/
H A Dmacros.s41 .macro test5 _a
45 test5 zed1 label
/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
H A Dimplicit-casts.c21 int y; void test5(char c) { y += c; } function
/external/clang/test/Sema/
H A Dblock-args.c45 void test5(void) { function
H A Darm-neon-types.c30 int16x8_t test5(int *p) { function
H A Dblock-misc.c70 void test5() { function
H A Dscope-check.c35 int test5(int x) { function
37 test5(x);
/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 Dnew-overflow.cpp98 namespace test5 { namespace
H A Dnrvo.cpp139 X test5() { function
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp5 namespace test5 { namespace
H A Dwarn-empty-body.cpp156 void test5(int x, int y) { function

Completed in 380 milliseconds

12345