Home
last modified time | relevance | path

Searched refs:test6 (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/clang/test/CodeGen/
Dalias.c26 extern int test6();
27 void test7() { test6(); } // test6 is emitted as extern. in test7()
30 int test6() __attribute__((alias("test7")));
Dconditional.c28 void test6();
30 void* test8() {return 1 ? test6 : test7;} in test8()
Dinline.c104 __inline int test6() { return 0; } in test6() function
105 extern int test6();
Dbool-convert.c9 _Bool test6[x]; in f() local
Dasm_arm.c49 void test6() { in test6() function
/external/v8/test/mjsunit/
Dobject-literal-conversions.js42 var test6 = { 17.31: function() {}, "17.31": 7 }; variable
45 assertEquals(7, test6[17.31]);
Ddebug-stepout-scope.js111 function test6() { function
119 test6();
/external/v8/test/mjsunit/regress/
Dregress-969.js91 function test6() { return first((++o.x, typeof x6), 2); } function
92 assertEquals('number', test6());
94 assertEquals('undefined', test6());
Dregress-70066.js94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
/external/llvm/test/MC/AsmParser/
Dmacros.s54 .macro test6 $a macro
59 test6 zed2 label
/external/icu4c/test/testdata/
Dra.txt53 * Tag name: test6
55 * @note This resource is for test6
57 test6:bin{"0102"}
/external/icu4c/test/intltest/
Dloctest.cpp529 Locale test6("aa", "AA", "ANTARES"); in TestSimpleObjectStuff() local
539 test_dumpLocale(test6); in TestSimpleObjectStuff()
549 test_assert(test6 == test6); in TestSimpleObjectStuff()
559 test_assert(!(test6 != test6)); in TestSimpleObjectStuff()
569 test_assert(test6 != test2); in TestSimpleObjectStuff()
570 test_assert(test6 != test5); in TestSimpleObjectStuff()
572 test_assert(test6 != test7); in TestSimpleObjectStuff()
604 test7 = test6; in TestSimpleObjectStuff()
607 test_assert(test7 == test6); in TestSimpleObjectStuff()
611 test6=test1; in TestSimpleObjectStuff()
[all …]
/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp9 class test6 : virtual test5 { virtual void f(); }; class
10 class test7 : virtual test6 { virtual void f(); };
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll69 define double @test6(double %x) nounwind {
73 ; CHECK-SSE: test6:
76 ; CHECK-AVX: test6:
Dnarrow-shl-cst.ll49 define i64 @test6(i64 %x) nounwind {
53 ; CHECK: test6:
Dvec_compare.ll56 define <2 x i64> @test6(<2 x i64> %A, <2 x i64> %B) nounwind {
57 ; CHECK: test6:
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js65 Test.prototype.test6 = function() { method in Test
117 t.test6();
/external/llvm/test/Transforms/InstCombine/
D2008-11-20-DivMulRem.ll58 define i32 @test6(i32 %x, i32 %y) {
59 ; CHECK: @test6
Dptr-int-cast.ll46 define <4 x i8*> @test6(<4 x i32> %arg) nounwind {
47 ; CHECK: @test6
Dfmul.ll54 define float @test6(float %x, float %y) {
58 ; CHECK: @test6
/external/llvm/test/Transforms/SimplifyCFG/
Dtrapping-load-unreachable.ll75 define void @test6(i1 %C, i32* %P) {
76 ; CHECK: @test6
/external/llvm/test/CodeGen/ARM/
Dfp-fast.ll50 ; CHECK: test6
51 define float @test6(float %x) {
/external/clang/test/Parser/
Dstatements.c51 void test6(void) { in test6() function
Dpointer-arithmetic.c9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ in test6() function
/external/llvm/test/Transforms/DeadStoreElimination/
Dlibcalls.ll59 define void @test6(i8* %src) {
60 ; CHECK: @test6

12345678910>>...12