Searched defs:test8 (Results 1 - 25 of 85) sorted by relevance

1234

/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s72 .macro test8 _a, _b, _c
81 test8 a, b, c label
83 test8 %1, %2, %3 #a comment label
85 test8 x - y, z, 1 label
90 test8 1,2 3 label
93 test8 1 2, 3 label
H A Dmacros-gas.s72 .macro test8 _a, _b, _c
81 test8 a, b, c label
83 test8 %1 %2 %3 #a comment label
85 test8 x - y z 1 label
90 test8 1,2 3 label
93 test8 1 2, 3 label
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-969.js106 function test8(index) { return first((o[index] = 1, typeof x8), 2); } function
107 assertEquals('number', test8());
109 assertEquals('undefined', test8());
H A Dregress-70066.js118 function test8() { function
122 assertEquals(true, test8(), "test8");
123 assertThrows("x", "test8"); // Global x should be deleted.
/external/clang/test/CodeGen/
H A Dswitch-dce.c132 // CHECK: @test8
139 void test8() { function
H A Dbuiltin-memfns.c74 void test8(int *arg) { function
75 // CHECK: @test8
H A Dconditional.c30 void* test8() {return 1 ? test6 : test7;} function
H A Dinline.c125 void test8() { strlcpy(0,0,0); } function
/external/clang/test/CodeGenCXX/
H A Dnew-overflow.cpp162 namespace test8 { namespace
186 // test8 with an unsigned type.
H A Dthrow-expressions.cpp101 int &test8(bool cond) { function
H A Dmicrosoft-abi-dynamic-cast.cpp97 void* test8(A* x) { return dynamic_cast<void*>(x); } function
98 // CHECK-LABEL: define i8* @"\01?test8@@YAPAXPAUA@@@Z"(%struct.A* %x)
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp222 namespace test8 { namespace
233 // CHECK-LABEL: VFTable for 'test8::A' in 'test8::X' (2 entries).
234 // CHECK-NEXT: 0 | void test8::A::f()
235 // CHECK-NEXT: 1 | void test8::X::h()
237 // CHECK-LABEL: VFTable for 'test8::A' in 'test8::B' in 'test8::X' (2 entries).
238 // CHECK-NEXT: 0 | void test8::A::f()
239 // CHECK-NEXT: 1 | void test8
[all...]
H A Dnrvo.cpp189 X test8(bool b) { function
H A Dunknown-anytype.cpp95 void test8(Test8 *p) { function
H A Dctor-dtor-alias.cpp120 namespace test8 { namespace
H A Dmangle-unnamed.cpp81 void test8() { make_test8(T8); } function
/external/clang/test/Sema/
H A Dscope-check.c59 int test8(int x) { function
H A Dwarn-shadow.c59 void test8() { function
H A Dasm.c89 void test8(int i) { function
/external/clang/test/SemaCXX/
H A Dundefined-inline.cpp42 namespace test8 { namespace
H A Dalignof.cpp36 static const int test8 = __alignof__(s2.x); member in struct:S3
60 const int test8 = __alignof__(S5::x); variable
/external/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h50 static inline void *test8(id ptr) { function
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js129 function test8() { function
133 test8();
/external/libcxxabi/test/
H A Dcatch_ptr_02.cpp136 void test8 () function
193 test8();
/external/clang/test/Analysis/
H A Dunreachable-code-path.c82 void test8() { function

Completed in 2880 milliseconds

1234