Home
last modified time | relevance | path

Searched refs:test8 (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s72 .macro test8 _a, _b, _c macro
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
Dmacros-gas.s72 .macro test8 _a, _b, _c macro
81 test8 a, b, c
83 test8 %1 %2 %3 #a comment
85 test8 x - y z 1
90 test8 1,2 3
93 test8 1 2, 3
/external/v8/test/mjsunit/regress/
Dregress-969.js106 function test8(index) { return first((o[index] = 1, typeof x8), 2); } function
107 assertEquals('number', test8());
109 assertEquals('undefined', test8());
Dregress-70066.js118 function test8() { function
122 assertEquals(true, test8(), "test8");
/external/v8/test/mjsunit/
Ddebug-stepout-scope-part1.js127 function test8() { function
131 test8();
/external/libcxxabi/test/
Dcatch_ptr_02.pass.cpp136 void test8 () in test8() function
194 test8(); in main()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Deval.pass.cpp123 test8() in test8() function
140 test8(); in main()
/external/clang/test/SemaCXX/
Dalignof.cpp36 static const int test8 = __alignof__(s2.x); member
60 const int test8 = __alignof__(S5::x); variable
Dopenmp_default_simd_align.cpp34 static const int test8 = __builtin_omp_required_simd_align(decltype(s2.x)); member
58 const int test8 = __builtin_omp_required_simd_align(decltype(S5::x)); variable
Dlong-virtual-inheritance-chain.cpp11 class test8 : virtual test7 { virtual void f(); }; class
12 class test9 : virtual test8 { virtual void f(); };
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js75 Test.prototype.test8 = function () { method in Test
124 t.test8();
/external/pcre/dist/
DRunTest303 test8=skip
311 test8=
328 test8=
411 for bmode in "$test8" "$test16" "$test32"; do
414 -16) if [ "$test8$test32" != "skipskip" ] ; then echo ""; fi
416 -32) if [ "$test8$test16" != "skipskip" ] ; then echo ""; fi
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll95 define double @test8(double %x) nounwind {
99 ; CHECK-SSE-LABEL: test8:
102 ; CHECK-AVX-LABEL: test8:
Dlower-bitcast.ll146 define double @test8(double %A) {
152 ; FIXME: Ideally we should be able to fold the entire body of @test8 into a
156 ; CHECK-LABEL: test8
163 ; CHECK-WIDE-LABEL: test8
Davx512-calling-conv.ll101 ; KNL_X32-LABEL: test8
105 ; KNL-LABEL: test8
109 define <16 x i8> @test8(<16 x i8> %a1, <16 x i8> %a2, i1 %cond) {
Dconditional-indecrement.ll80 define i32 @test8(i32 %a, i32 %b) nounwind readnone {
85 ; CHECK-LABEL: test8:
Dpeep-setb.ll66 define i32 @test8(i32 %a, i32 %b) nounwind {
71 ; CHECK-LABEL: test8:
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll53 %LIVE = call i32 @test8()
57 define internal i32 @test8() {
/external/llvm/test/Transforms/InstCombine/
Dalloca.ll116 define void @test8() {
117 ; CHECK-LABEL: @test8(
121 ; P32-LABEL: @test8(
125 ; NODL-LABEL: @test8(
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Dpreprocess.ll42 define void @test8() gc "statepoint-example" personality i32 ()* undef {
43 ; CHECK-LABEL: test8
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll93 define i32 @test8(i32 %x) {
94 ; ARMv7A: test8
97 ; ARMv7M: test8
/external/clang/test/Parser/
Dstatements.c61 void test8() {
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dpreprocess.ll43 define void @test8() gc "statepoint-example" personality i32 ()* undef {
44 ; CHECK-LABEL: test8
/external/vogar/test/vogar/target/junit3/
DLongTest2.java61 public void test8() { in test8() method in LongTest2
/external/clang/test/Sema/
Dwarn-shadow.c59 void test8() { in test8() function

12345678910>>...13