Searched refs:test8 (Results 1 - 25 of 104) sorted by relevance

12345

/external/clang/test/Parser/
H A Dstatements.c61 void test8() {
H A Dexpressions.c72 void test8() { function
/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/clang/test/Sema/
H A Dwarn-shadow.c59 void test8() { function
H A Dconstant-conversion.c78 void test8() { function
/external/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h50 static inline void *test8(id ptr) { function
/external/vogar/test/vogar/target/junit3/
H A DLongTest2.java61 public void test8() { method in class:LongTest2
/external/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
H A Dms-volatile.c52 void test8(volatile double *p, volatile double *q) { function
54 // CHECK-LABEL: @test8
/external/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp101 int &test8(bool cond) { function
H A Dmangle-unnamed.cpp81 void test8() { make_test8(T8); } function
H A Dmicrosoft-abi-dynamic-cast.cpp93 void* test8(A* x) { return dynamic_cast<void*>(x); } function
94 // CHECK-LABEL: define i8* @"\01?test8@@YAPAXPAUA@@@Z"(%struct.A* %x)
/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp81 void test8() { function
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
H A Dlong-virtual-inheritance-chain.cpp11 class test8 : virtual test7 { virtual void f(); }; class in inherits:test7
12 class test9 : virtual test8 { virtual void f(); };
/external/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp136 void test8 () function
194 test8();
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js129 function test8() { function
133 test8();
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Deval.pass.cpp123 test8()
140 test8();

Completed in 544 milliseconds

12345