Home
last modified time | relevance | path

Searched refs:test9 (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/clang/test/CodeGen/
Dconditional.c44 struct test9 { int a; }; struct
46 void test9(struct test9 *p) { in test9() function
Dinline.c133 extern inline void test9() { } in test9() function
134 void test9();
/external/clang/test/CodeGenCXX/
Dmangle-unnamed.cpp85 void test9() volatile {} in test9() function
87 void test9() { in test9() function
89 a.test9(); in test9()
Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp253 namespace test9 { namespace
301 void build_vftable(test9::X *obj) { obj->z(); } in build_vftable()
/external/v8/test/mjsunit/regress/
Dregress-969.js112 function test9(index) { return first((o[index] += 1, typeof x9), 2); } function
113 assertEquals('number', test9());
115 assertEquals('undefined', test9());
Dregress-70066.js127 function test9() { function
132 assertEquals(true, test9(), "test9");
/external/curl/tests/data/
Dtest930 http://%HOSTIP:%HTTPPORT/we/want/9 -F name=daniel -F tool=curl -F file=@log/test9.txt
33 <file name="log/test9.txt">
63 Content-Disposition: form-data; name="file"; filename="test9.txt"
/external/clang/test/SemaCXX/
Dwarn-pessmizing-move.cpp179 #define test9 \ macro
180 A test9() { \
186 test9
Dbuiltin-assume-aligned-tmpl.cpp4 int test9(int *a) { in test9() function
10test9<42>(a); // expected-note {{in instantiation of function template specialization 'test9<42>' … in test9i()
Dlong-virtual-inheritance-chain.cpp12 class test9 : virtual test8 { virtual void f(); }; class
13 class test10 : virtual test9 { virtual void f(); };
/external/v8/test/mjsunit/
Ddebug-stepout-scope-part3.js68 function test9() { function
78 test9();
Ddebug-stepout-scope-part2.js70 function test9() { function
81 test9();
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s76 .macro test9 _a _b _c macro
87 test9 1, 2,3 label
Dmacros-gas.s76 .macro test9 _a _b _c macro
87 test9 1, 2,3
/external/libcxxabi/test/
Dcatch_ptr_02.pass.cpp153 void test9 () in test9() function
195 test9(); in main()
/external/llvm/test/CodeGen/PowerPC/
Drounding-ops.ll78 define float @test9(float %x) nounwind {
82 ; CHECK-LABEL: test9:
84 ; CHECK-VSX-LABEL: test9:
Dqpx-rounding-ops.ll84 define <4 x float> @test9(<4 x float> %x) nounwind {
88 ; CHECK: test9:
91 ; CHECK-FM: test9:
/external/clang/test/Sema/
Dattr-deprecated.c72 foo_dep *test9(void) __attribute__((deprecated));
73 foo_dep *test9(void) { in test9() function
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js82 Test.prototype.test9 = function() { method in Test
130 t.test9();
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll108 define float @test9(float %x) nounwind {
112 ; CHECK-SSE-LABEL: test9:
115 ; CHECK-AVX-LABEL: test9:
Dpmovsx-inreg.ll121 define void @test9(<4 x i16>* %in, <4 x i32>* %out) nounwind {
128 ; SSE41-LABEL: test9:
131 ; AVX1-LABEL: test9:
134 ; AVX2-LABEL: test9:
Dpeep-setb.ll75 define i64 @test9(i64 %a, i64 %b) nounwind {
80 ; CHECK-LABEL: test9:
Dinline-asm.ll70 define void @test9() {
71 call void asm sideeffect "${0:P}", "X"( i8* blockaddress(@test9, %bb) )
/external/clang/test/SemaObjCXX/
Dproperties.mm133 namespace test9 {
140 @property test9::CString name;
142 namespace test9 {
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll107 define i32 @test9(i32 %x) {
108 ; ARMv7A: test9
111 ; ARMv7M: test9

1234567891011