Searched refs:test7 (Results 1 - 25 of 153) sorted by relevance

1234567

/external/clang/test/Parser/
H A Dstatements.c57 int test7() { function
H A Dbrackets.cpp140 namespace test7 { namespace
H A Dexpressions.c56 void test7() { function
/external/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp85 void test7(bool cond) { function
97 cond ? throw test7 : val;
H A Dassign-construct-memcpy.cpp82 void test7(const foo &x) { function
84 // CHECK-POD: test7
87 // CHECK-NONPOD: test7
H A Dmicrosoft-abi-dynamic-cast.cpp87 void* test7(V* x) { return dynamic_cast<void*>(x); } function
88 // CHECK-LABEL: define i8* @"\01?test7@@YAPAXPAUV@@@Z"(%struct.V* %x)
/external/clang/test/Sema/
H A Dattr-visibility.c21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is here}}
22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not match previous declaration}}
H A Dwarn-shadow.c50 void test7(void *context, void (*callback)(void *context)) {} function
/external/clang/test/CodeGen/
H A Dconditional.c29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;}
H A Dppc64-align-struct.c11 struct test7 { int x[17]; } __attribute__((aligned (32))); struct
44 // CHECK-LABEL: define void @test7(i32 signext %x, %struct.test7* byval align 16)
45 // CHECK: %y = alloca %struct.test7, align 32
47 void test7 (int x, struct test7 y) function
H A Dswitch-dce.c112 // CHECK: @test7
119 void test7() { function
H A Dinline.c14 // CHECK1-LABEL: define void @test7
36 // CHECK2-LABEL: define void @test7
125 void test7() { } function
126 void test7();
H A Dalias.c59 void test7() { test6(); } // test6 is emitted as extern. function
62 int test6() __attribute__((alias("test7")));
H A Dblocks-1.c63 void test7() { function
H A Dbuiltin-memfns.c52 // CHECK: @test7
54 int test7(int *p) { function
H A Dpacked-nest-unpacked.c61 unsigned test7() { function
62 // CHECK: @test7
/external/clang/test/SemaCXX/
H A Dwarn-vla.cpp25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} function
H A Dattr-weak.cpp29 void test7() __attribute__((weak)) {} function in struct:Test7
/external/vogar/test/vogar/target/junit3/
H A DLongTest2.java61 public void test7() { method in class:LongTest2
/external/vogar/test/vogar/target/junit4/
H A DLongTest2.java61 public void test7() { method in class:LongTest2
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp105 namespace test7 { namespace
107 using test7::foo;
/external/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp131 void test7 () function
210 test7();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s65 .macro test7 .a
70 test7 zed3 label
H A Dmacros-gas.s65 .macro test7 .a
70 test7 zed3 label
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp104 namespace test7 { namespace

Completed in 494 milliseconds

1234567