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

12

/external/clang/test/CodeGen/
H A Dconditional.c44 struct test9 { int a; }; struct
46 void test9(struct test9 *p) { 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 Dfunctions.c65 void test9() { function
H A Dswitch-dce.c150 // CHECK: @test9
158 void test9(int i) { function
H A Dobject-size.c70 // CHECK: define void @test9
71 void test9() { function
H A Dinit.c77 int test9(int X) { function
80 // CHECK: @test9
/external/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp85 void test9() volatile {} function in struct:__anon3897
87 void test9() { function
89 a.test9();
H A Dnew-overflow.cpp187 namespace test9 { namespace
H A Dunknown-anytype.cpp96 void *test9() { function
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
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.stderr.exp7 at 0x........: test9 (faultstatus.c:127)
/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
H A Dstatements.c27 void test9(const void *P) {
H A Dreturn.c65 int test9() { function
H A Dswitch.c164 void test9() { function
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js82 Test.prototype.test9 = function() {
130 t.test9();
/external/clang/test/Analysis/
H A Dunreachable-code-path.c92 void test9(unsigned a) { function
/external/clang/test/Parser/
H A Dchar-literal-printing.c15 char test9(void) { return '\e'; } function
H A Ddeclarators.c69 struct test9 { struct
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/SemaCXX/
H A Dreferences.cpp102 void test9() { function

Completed in 260 milliseconds

12