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

123

/external/llvm/test/MC/AsmParser/
H A Dmacros.s68 .macro test8 _a, _b, _c
77 test8 a, b, c label
79 test8 %1 %2 %3 #a comment label
81 test8 x - y z 1 label
85 test8 1,2 3 label
87 // CHECK-ERRORS-NEXT: test8 1,2 3
90 test8 1 2, 3 label
92 // CHECK-ERRORS-NEXT:test8 1 2, 3
/external/clang/test/Parser/
H A Dstatements.c61 void test8() {
H A Dchar-literal-printing.c14 wchar_t test8(void) { return L'\b'; } function
H A Ddeclarators.c59 struct xyz test8() { return a; } // a should be be marked invalid, no diag. function
H A Dswitch-recovery.cpp89 int test8( foo x ) { function
/external/clang/test/Sema/
H A Dwarn-shadow.c59 void test8() { function
H A Dasm.c84 void test8(int i) { 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/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.c115 void test8() { strlcpy(0,0,0); } function
H A Dobject-size.c65 // CHECK: define void @test8
66 void test8() { function
/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp81 void test8() { function
H A Dundefined-inline.cpp42 namespace test8 { namespace
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/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp81 void test8() { make_test8(T8); } function
H A Dblocks.cpp217 namespace test8 {
H A Dnew-overflow.cpp162 namespace test8 { namespace
186 // test8 with an unsigned type.
H A Dunknown-anytype.cpp83 void test8(Test8 *p) { function
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js75 Test.prototype.test8 = function () {
124 t.test8();
/external/clang/test/Analysis/
H A Dunreachable-code-path.c82 void test8() { function

Completed in 789 milliseconds

123