Searched refs:test3 (Results 176 - 200 of 356) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Ddecl.c35 void test3() { function
40 // CHECK: @test3()
H A Dobject-size.c28 // CHECK-LABEL: define void @test3
29 void test3() { function
H A Dpacked-structure.c95 // CHECK-FUNCTIONS-LABEL: define i32 @test3(
96 int test3(struct s3 *ptr) { function
H A Dvector.c17 void test3 ( vec4* a, char b, float c ) { function
/external/clang/test/CodeGenCXX/
H A Danonymous-union-member-initializer.cpp119 namespace test3 { namespace
H A Dcaptured-statements.cpp70 void test3(int x) { function
H A Dctor-dtor-alias.cpp36 namespace test3 { namespace
H A Ddevirtualize-virtual-function-calls.cpp75 namespace test3 { namespace
H A Dimplicit-copy-constructor.cpp74 namespace test3 { namespace
H A Dnrvo.cpp120 X test3(bool B) { function
H A Dstatic-init.cpp137 namespace test3 { namespace
H A Dunknown-anytype.cpp39 float test3() { function
H A Dvisibility-ms-compat.cpp66 namespace test3 { namespace
/external/clang/test/Parser/
H A Dchar-literal-printing.c9 char test3(void) { return '\''; } function
/external/clang/test/Sema/
H A Daddress_spaces.c43 void test3(void) { function
H A Dasm.c35 void test3() { function
H A Dc89.c24 void test3(int i) { function
H A Dcallingconv.c21 void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{stdcall calling convention ignored on variadic function}} function
H A Dcomplex-int.c45 void test3(_Complex int *x) { function
H A Doffsetof.c64 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}} variable
H A Dstatements.c16 int test3() { return ({ {5;} }); } // expected-error {{returning 'void' from a function with incompatible result type 'int'}}\
H A Dvector-assign.c51 void test3(const unsigned *src) { function
/external/clang/test/SemaCXX/
H A Dalignof.cpp14 const int test3 = __alignof__(s1); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} variable
H A Dblocks.cpp49 int test3() {
H A Denum.cpp55 int test3[is_same<__typeof(+v3), long>::value]; member in namespace:test1

Completed in 1356 milliseconds

1234567891011>>