Home
last modified time | relevance | path

Searched refs:test7 (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/v8/test/mjsunit/regress/
Dregress-969.js97 function test7() { return first((o.x++, typeof x7), 2); } function
98 assertEquals('number', test7());
100 assertEquals('undefined', test7());
Dregress-70066.js107 function test7(object) { function
112 assertEquals(true, test7(o), "test7");
/external/llvm/test/Transforms/ScalarRepl/
Dvector_promote.ll100 %struct.test7 = type { [6 x i32] }
102 define void @test7() {
104 %memtmp = alloca %struct.test7, align 16
105 %0 = bitcast %struct.test7* %memtmp to <4 x i32>*
107 %1 = getelementptr inbounds %struct.test7* %memtmp, i64 0, i32 0, i64 5
110 ; CHECK: @test7
/external/clang/test/Sema/
Dattr-visibility.c21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is h…
22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not mat…
/external/clang/test/CodeGen/
Dconditional.c29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;} in test8()
Dinline.c110 void test7() { } in test7() function
111 void test7();
/external/llvm/test/MC/AsmParser/
Dmacros.s61 .macro test7 .a macro
66 test7 zed3 label
/external/llvm/test/Transforms/BBVectorize/
Dsimple-tst.ll6 define ppc_fp128 @test7(ppc_fp128 %A1, ppc_fp128 %A2, ppc_fp128 %B1, ppc_fp128 %B2) {
7 ; CHECK: @test7
/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp10 class test7 : virtual test6 { virtual void f(); }; class
11 class test8 : virtual test7 { virtual void f(); };
Dwarn-vla.cpp25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} in test7() function
/external/llvm/test/Transforms/BBVectorize/X86/
Dsh-types.ll4 define <4 x float> @test7(<4 x float> %A1, <4 x float> %B1, double %C1, double %C2, double %D1, dou…
21 ; CHECK: @test7
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll82 define float @test7(float %x) nounwind {
86 ; CHECK-SSE: test7:
89 ; CHECK-AVX: test7:
Dpmovsx-inreg.ll93 define void @test7(<2 x i16>* %in, <2 x i64>* %out) nounwind {
101 ; SSE41: test7:
104 ; AVX1: test7:
107 ; AVX2: test7:
Dnarrow-shl-cst.ll58 define i64 @test7(i64 %x) nounwind {
62 ; CHECK: test7:
Dxor.ll112 define i32 @test7(i32 %a, i32 %b) nounwind {
126 ; X64: test7:
129 ; X32: test7:
Dconditional-indecrement.ll69 define i32 @test7(i32 %a, i32 %b) nounwind readnone {
74 ; CHECK: test7:
Dpeep-setb.ll57 define i8 @test7(i8 %a, i8 %b) nounwind {
62 ; CHECK: test7:
Ddivide-by-constant.ll64 define i32 @test7(i32 %x) nounwind {
67 ; CHECK: test7:
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js69 Test.prototype.test7 = function() { method in Test
119 t.test7();
/external/llvm/test/Transforms/InstCombine/
Dptr-int-cast.ll54 define <4 x i8*> @test7(<4 x i128> %arg) nounwind {
55 ; CHECK: @test7
Dfmul.ll65 define float @test7(float %x, float %y) {
70 ; CHECK: @test7
/external/v8/test/mjsunit/
Ddebug-stepout-scope.js122 function test7() { function
126 test7();
/external/clang/test/Parser/
Dstatements.c57 int test7() { in test7() function
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll78 define i32 @test7(i32 %x) {
79 ; ARMv7A: test7
82 ; ARMv7M: test7
/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll46 define i64 @test7() {
47 ; CHECK: test7:

12345678910