Searched refs:test6 (Results 1 - 25 of 190) sorted by relevance

12345678

/external/clang/test/CodeGen/
H A Dasm_arm.c43 // CHECK: @test6
49 void test6() { function
H A Dbool-convert.c23 _Bool test6[x]; local
H A Dalias.c58 extern int test6();
59 void test7() { test6(); } // test6 is emitted as extern.
61 // test6 changes to alias.
62 int test6() __attribute__((alias("test7")));
H A Dconditional.c28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
H A Dbuiltin-assume-aligned.c58 // CHECK-LABEL: @test6
59 int test6() { function
H A Dppc64-align-struct.c10 struct test6 { int x[17]; } __attribute__((aligned (16))); struct
38 // CHECK: define void @test6(i32 signext %x, %struct.test6* byval align 16 %y)
39 void test6 (int x, struct test6 y) function
H A Ddostmt.c71 void test6() { function
H A Dswitch-dce.c95 // CHECK: @test6
99 void test6() { function
H A Dinline.c13 // CHECK1-LABEL: define i32 @test6
35 // CHECK2-LABEL: define i32 @test6
119 __inline int test6() { return 0; } function
120 extern int test6();
/external/clang/test/Parser/
H A Dstatements.c51 void test6(void) { function
H A Dbrackets.cpp126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
132 // CHECK: {{^}}int [3] ::test6::A::arr = {1,2,3};
H A Dpointer-arithmetic.c9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.pass.cpp111 void test6() function
136 void test6() {} function
147 test6();
H A Dcatch_ptr_02.pass.cpp113 void test6 () function
209 test6();
/external/clang/test/Sema/
H A Dreturn-noreturn.c45 void test6() function
H A Dwarn-shadow.c49 void test6(void (*f)(int i)) {} function
H A Dattr-visibility.c18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
/external/clang/test/SemaCXX/
H A Dstatements.cpp39 void test6() { __asm__("" : "=m"(*(MMX_t *)0)); } function
H A Dwarn-vla.cpp22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
H A Dattr-weak.cpp20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
H A Derr_init_conversion_failed.cpp28 void test6() { function
/external/vogar/test/vogar/target/junit3/
H A DLongTest2.java57 public void test6() { method in class:LongTest2
/external/vogar/test/vogar/target/junit4/
H A DLongTest2.java56 public void test6() { method in class:LongTest2
/external/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp47 int test6(bool x, bool y, int z) { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp95 namespace test6 { namespace
99 using test6::foo;

Completed in 536 milliseconds

12345678