Searched defs:test9 (Results 1 - 25 of 47) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dswitch-dce.c150 // CHECK: @test9
158 void test9(int i) { function
H A Dbuiltin-memfns.c81 void test9() { function
82 // CHECK: @test9
H A Dconditional.c44 struct test9 { int a; }; struct
46 void test9(struct test9 *p) { function
H A Dfunctions.c65 void test9() { function
H A Dinline.c18 // RUN: not grep test9 %t
40 // RUN: grep "define void @test9" %t
118 extern inline void test9() { } function
119 void test9();
H A Dext-vector.c216 // CHECK: @test9
218 int test9(int4 V) { function
H A Dobject-size.c73 // CHECK: define void @test9
74 void test9() { function
H A Dinit.c79 int test9(int X) { function
82 // CHECK: @test9
/external/clang/test/CodeGenCXX/
H A Dnew-overflow.cpp187 namespace test9 { namespace
H A Dunknown-anytype.cpp96 void *test9() { function
H A Dmangle-unnamed.cpp85 void test9() volatile {} function in struct:__anon4381
87 void test9() { function
89 a.test9();
H A Deh.cpp182 namespace test9 { namespace
187 // CHECK: define void @_ZN5test91AC1Ev(%"struct.test9::A"* %this) unnamed_addr
191 // CHECK: define void @_ZN5test91AC2Ev(%"struct.test9::A"* %this) unnamed_addr
H A Dexceptions.cpp405 namespace test9 { namespace
H A Dmangle-template.cpp108 namespace test9 { namespace
/external/v8/test/mjsunit/regress/
H A Dregress-969.js112 function test9(index) { return first((o[index] += 1, typeof x9), 2); } function
113 assertEquals('number', test9());
115 assertEquals('undefined', test9());
H A Dregress-70066.js127 function test9() { function
131 assertThrows("x", "test9"); // Make sure it's not there.
132 assertEquals(true, test9(), "test9");
/external/clang/test/Sema/
H A Dasm.c90 void test9(int i) { function
H A Dattr-deprecated.c72 foo_dep *test9(void) __attribute__((deprecated));
73 foo_dep *test9(void) { function
/external/clang/test/Analysis/
H A Dunreachable-code-path.c92 void test9(unsigned a) { function
/external/clang/test/Parser/
H A Dswitch-recovery.cpp98 void test9(int x) { function
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js162 function test9() { function
177 test9();
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp330 namespace test9 { namespace
/external/clang/test/SemaCXX/
H A Dscope-check.cpp156 namespace test9 { namespace
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js82 Test.prototype.test9 = function() {
130 t.test9();
/external/clang/test/CXX/class.access/
H A Dp6.cpp184 namespace test9 { namespace
190 delete a; // expected-error {{'operator char *' is a private member of 'test9::A'}}

Completed in 1616 milliseconds

12