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

12345

/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.cpp91 void* test7(V* x) { return dynamic_cast<void*>(x); } function
92 // 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 Dinline.c14 // CHECK1-LABEL: define void @test7
36 // CHECK2-LABEL: define void @test7
120 void test7() { } function
121 void test7();
H A Dswitch-dce.c112 // CHECK: @test7
119 void test7() { function
H A Dalias.c30 void test7() { test6(); } // test6 is emitted as extern. function
33 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/chromium_org/v8/test/mjsunit/regress/
H A Dregress-969.js97 function test7() { return first((o.x++, typeof x7), 2); } function
98 assertEquals('number', test7());
100 assertEquals('undefined', test7());
H A Dregress-70066.js107 function test7(object) { function
112 assertEquals(true, test7(o), "test7");
113 assertEquals(void 0, o.value, "test7");
114 assertEquals(0, x, "test7"); // Global x is undisturbed.
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js122 function test7() { function
126 test7();
/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.cpp116 void test7 () function
192 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 356 milliseconds

12345