Searched defs:test7 (Results 1 - 25 of 64) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dalias.c28 void test7() { test6(); } // test6 is emitted as extern. function
31 int test6() __attribute__((alias("test7")));
H A Dblocks-1.c63 void test7() { function
H A Dswitch-dce.c112 // CHECK: @test7
119 void test7() { function
H A Dpacked-nest-unpacked.c61 unsigned test7() { function
62 // CHECK: @test7
H A Dbuiltin-memfns.c52 // CHECK: @test7
54 int test7(int *p) { function
H A Dinline.c16 // RUN: grep "define void @test7" %t
38 // RUN: grep "define void @test7" %t
110 void test7() { } function
111 void test7();
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp25 void test7() __attribute__((weak)) {} function in struct:Test7
/external/llvm/test/MC/AsmParser/
H A Dmacros.s55 .macro test7 .a
59 test7 zed3 label
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp104 namespace test7 { namespace
/external/clang/test/Parser/
H A Dstatements.c57 int test7() { function
H A Dexpressions.c56 void test7() { function
H A Dswitch-recovery.cpp77 int test7(int i) { function
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js122 function test7() { function
126 test7();
/external/clang/test/CodeGenCXX/
H A Dnew-overflow.cpp139 namespace test7 { namespace
H A Dunknown-anytype.cpp61 Test7 test7() { function
H A Dblocks.cpp207 namespace test7 { namespace
/external/clang/test/Sema/
H A Dscope-check.c49 void test7(int x) { function
H A Dwarn-shadow.c50 void test7(void *context, void (*callback)(void *context)) {} function
H A Dasm.c74 int test7(unsigned long long b) { function
/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/clang/test/Analysis/
H A Dunreachable-code-path.c71 void test7() { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp178 void test7() { function in struct:test3::C
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp113 namespace test7 { namespace
125 // Like test7, but ensure we don't complain if the type is properly
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp252 namespace test7 { namespace

Completed in 406 milliseconds

123