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

1234

/external/clang/test/Parser/
H A Dstatements.c66 int test9() {
/external/clang/test/CodeGen/
H A Dconditional.c44 struct test9 { int a; }; struct
46 void test9(struct test9 *p) { function
H A Dinline.c16 // CHECK1-NOT: test9
38 // CHECK2-LABEL: define void @test9
128 extern inline void test9() { } function
129 void test9();
H A Dfunctions.c65 void test9() { function
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 Dms-volatile.c58 void test9(volatile baz *p, baz *q) { function
60 // CHECK-LABEL: @test9
H A Dobject-size.c73 // CHECK-LABEL: define void @test9
74 void test9() { function
/external/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp85 void test9() volatile {} function in struct:__anon2045
87 void test9() { function
89 a.test9();
H A Dmicrosoft-abi-dynamic-cast.cpp108 void* test9(B* x) { return dynamic_cast<void*>(x); } function
109 // CHECK-LABEL: define i8* @"\01?test9@@YAPAXPAUB@@@Z"(%struct.B* %x)
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp253 namespace test9 { namespace
275 // CHECK-LABEL: VFTable for 'test9::A' in 'test9::C' in 'test9::X' (2 entries)
276 // CHECK-NEXT: 0 | void test9::C::f()
277 // CHECK-NEXT: 1 | void test9::X::z()
279 // CHECK-LABEL: VFTable for 'test9::B' in 'test9::C' in 'test9::X' (2 entries)
280 // CHECK-NEXT: 0 | void test9
[all...]
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope-part2.js72 function test9() { function
83 test9();
H A Ddebug-stepout-scope-part3.js70 function test9() { function
80 test9();
/external/valgrind/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/SemaCXX/
H A Dbuiltin-assume-aligned-tmpl.cpp4 int test9(int *a) { function
10 test9<42>(a); // expected-note {{in instantiation of function template specialization 'test9<42>' requested here}}
H A Dundefined-inline.cpp47 namespace test9 { namespace
H A Dlong-virtual-inheritance-chain.cpp12 class test9 : virtual test8 { virtual void f(); }; class in inherits:test8
13 class test10 : virtual test9 { virtual void f(); };
/external/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp153 void test9 () function
195 test9();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s76 .macro test9 _a _b _c
87 test9 1, 2,3 label
H A Dmacros-gas.s76 .macro test9 _a _b _c
87 test9 1, 2,3 label
/external/clang/test/Sema/
H A Dattr-deprecated.c72 foo_dep *test9(void) __attribute__((deprecated));
73 foo_dep *test9(void) { 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

Completed in 511 milliseconds

1234