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

12345

/external/clang/test/Parser/
H A Dstatements.c57 int test7() { function
H A Dexpressions.c56 void test7() { function
/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
H A Darm-neon-types.c44 extern inline uint8x8_t test7(uint8x8_t a, uint8x8_t b) { function
H A Dconstant-conversion.c65 void test7() { function
/external/clang/test/CodeGen/
H A Dconditional.c29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;}
H A Dinline.c14 // CHECK1: define void @test7
36 // CHECK2: define void @test7
119 void test7() { } function
120 void test7();
H A Dalias.c27 void test7() { test6(); } // test6 is emitted as extern. function
30 int test6() __attribute__((alias("test7")));
H A Dswitch-dce.c112 // CHECK: @test7
119 void test7() { function
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/llvm/test/MC/AsmParser/
H A Dmacros.s61 .macro test7 .a
66 test7 zed3 label
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp29 void test7() __attribute__((weak)) {} function in struct:Test7
H A Dwarn-vla.cpp25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} function
H A Dundefined-inline.cpp36 namespace test7 { namespace
37 void f(); // expected-warning{{inline function 'test7::f' is not defined}}
H A Dlong-virtual-inheritance-chain.cpp10 class test7 : virtual test6 { virtual void f(); }; class in inherits:test6
11 class test8 : virtual test7 { virtual void f(); };
/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/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/class.access/class.friend/
H A Dp9-cxx0x.cpp104 namespace test7 { namespace
/external/clang/test/CodeGenCXX/
H A Dassign-construct-memcpy.cpp82 void test7(const foo &x) { function
84 // CHECK-POD: test7
87 // CHECK-NONPOD: test7

Completed in 408 milliseconds

12345