Home
last modified time | relevance | path

Searched refs:foo2 (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/external/v8/test/webkit/
Ddfg-constant-fold-logical-not-branch-expected.txt30 PASS foo2(new Stuff()) is 58
32 PASS foo2(new Stuff()) is 58
34 PASS foo2(new Stuff()) is 58
36 PASS foo2(new Stuff()) is 58
38 PASS foo2(new Stuff()) is 58
40 PASS foo2(new Stuff()) is 58
42 PASS foo2(new Stuff()) is 58
44 PASS foo2(new Stuff()) is 58
46 PASS foo2(new Stuff()) is 58
48 PASS foo2(new Stuff()) is 58
[all …]
/external/v8/test/mjsunit/
Densure-growing-store-learns.js52 function foo2(a, i) { function
57 foo2(a, 10);
58 foo2(a, 12);
59 foo2(a, 31);
60 %OptimizeFunctionOnNextCall(foo2);
61 foo2(a, 40);
64 if (4 != %GetOptimizationStatus(foo2)) {
65 assertOptimized(foo2);
74 foo2(a, i);
82 assertOptimized(foo2);
[all …]
Dmath-abs.js116 function foo2() { function
119 assertEquals(1, foo2());
120 assertEquals(1, foo2());
121 %OptimizeFunctionOnNextCall(foo2);
122 assertEquals(1, foo2());
/external/llvm/test/CodeGen/Mips/
Dlazy-binding.ll5 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}})
17 tail call void @foo2()
25 declare void @foo2()
28 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}})
30 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}})
32 ; CHECK: lw $25, %call16(foo2)(${{[0-9]+}})
37 tail call void @foo2()
38 tail call void @foo2()
39 tail call void @foo2()
Dglobal-pointer-reg.ll16 ; CHECK: lw ${{[0-9]+}}, %call16(foo2)($[[GP]])
18 tail call void @foo2(i32* @g0) nounwind
19 tail call void @foo2(i32* @g1) nounwind
20 tail call void @foo2(i32* @g2) nounwind
24 declare void @foo2(i32*)
Dfp16mix.ll33 define void @foo2() {
36 ; fmask2: .ent foo2
43 ; fmask2: .end foo2
44 ; fmask1: .ent foo2
46 ; fmask1: .end foo2
47 ; fmask1nr: .ent foo2
49 ; fmask1nr: .end foo2
/external/clang/test/SemaTemplate/
Dlookup-dependent-bases.cpp5 static void foo2() {} in foo2() function
15 …D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into depende… in foo()
25 struct D { static void foo2(); };
31 D::foo2(); // expected-error {{use of undeclared identifier 'D'}} in foo()
43 struct D { static void foo2(); };
49 …D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into depende… in foo()
/external/v8/test/mjsunit/regress/
Dcompare-map-elim1.js36 return this.x + this.z + foo2(this);
39 function foo2(o) { function
52 %ClearFunctionTypeFeedback(foo2);
53 foo2(o2);
54 foo2(o2);
55 foo2(o3);
/external/llvm/test/tools/llvm-profdata/
Dvalue-prof.proftext15 foo2
44 foo2:1000
46 foo2:20000
51 #IC-NEXT: [ 1, foo2, 1000 ]
52 #IC-NEXT: [ 2, foo2, 20000 ]
55 #ICTEXT-NEXT: foo2:1000
57 #ICTEXT-NEXT: foo2:20000
/external/deqp/data/gles2/shaders/
Dqualification_order.test388 float foo2 ( inout mediump float x)
399 foo2(result);
422 float foo2 ( inout float x)
433 foo2(result);
456 float foo2 ( mediump float x)
467 foo2(result);
490 float foo2 (inout mediump float x)
501 foo2(result);
528 float foo2 ( mediump inout float x)
539 foo2(result);
[all …]
/external/v8/test/mjsunit/asm/
Duint32-less-than-shift.js19 function foo2(i1) { function in Module
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
47 assertEquals(1, m.foo2(i));
53 assertEquals(1, m.foo2(i));
59 assertEquals(0, m.foo2(i));
/external/v8/test/mjsunit/lithium/
DMulI.js63 function foo2(value) { function
67 foo2(-2147483600);
68 foo2(-2147483600);
69 %OptimizeFunctionOnNextCall(foo2);
70 assertEquals(2147483648, foo2(-2147483648));
/external/llvm/test/Linker/
Dalias.ll26 @foo2 = weak global i32 0
27 ; C1-DAG: @foo2 = alias i16, bitcast (i32* @zed to i16*)
28 ; C2-DAG: @foo2 = alias i16, bitcast (i32* @zed to i16*)
30 @bar2 = alias i32, i32* @foo2
31 ; C1-DAG: @bar2 = alias i32, bitcast (i16* @foo2 to i32*)
33 ; C2-DAG: @foo2.2 = internal global i32 0
34 ; C2-DAG: @bar2 = alias i32, i32* @foo2.2
/external/toybox/tests/
Dgrep.test13 echo -e "this is test2" > foo2
16 rm foo foo2 foo3
29 echo -e "hello this is test" > foo2
32 rm foo foo2 foo3
/external/llvm/test/Object/Inputs/
Delfver.S23 .symver foo2, foo@@VER2
24 .globl foo2 symbol
25 .type foo2, @function
26 foo2: label
/external/clang/test/SemaObjC/
Dprovisional-ivar-lookup.m9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3;
27 _foo = foo2; // expected-error {{use of undeclared identifier 'foo2'}}
34 @synthesize foo2 = _foo2;
/external/llvm/test/Integer/
DBitPacked.ll6 @foo2 = external global <2 x i10>
12 store <2 x i10> <i10 4, i10 4>, <2 x i10>* @foo2
14 %l2 = load <2 x i10>, <2 x i10>* @foo2
19 store <2 x i10> %r3, <2 x i10>* @foo2
/external/llvm/test/CodeGen/ARM/
Daliases.ll12 ; CHECK: .globl foo2
13 ; CHECK: foo2 = bar
14 ; CHECK-NOT: .size foo2
37 @foo2 = alias i32, i32* @bar
57 %tmp1 = load i32, i32* @foo2
/external/llvm/test/MC/ELF/
Dalias-reloc.s14 .weak foo2
15 foo2: label
17 .set bar2,foo2
Dalias.s6 .globl foo2 symbol
7 foo2 = bar2 define
21 .long foo2
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DLongTest.java62 Foo foo2 = (Foo) yaml.load(output); in testLongRepresenter() local
63 assertEquals(new Long(42L), foo2.getBar()); in testLongRepresenter()
70 Foo foo2 = (Foo) yaml.load(doc); in testLongConstructor() local
71 assertEquals(new Long(42L), foo2.getBar()); in testLongConstructor()
/external/compiler-rt/test/asan/TestCases/Windows/
Dnull_deref_multiple_dlls.cc16 __declspec(dllimport) void foo2();
20 foo2(); in main()
32 __declspec(dllexport) void foo2() {
/external/compiler-rt/test/asan/TestCases/Linux/
Dcoverage-missing.cc52 void foo2();
59 void foo2() { fprintf(stderr, "foo2\n"); } in foo2() function
73 foo2(); in main()
/external/llvm/test/tools/llvm-profdata/Inputs/
Dvp-malform.proftext10 foo2
40 foo2:1000
42 foo2:20000
/external/llvm/test/Transforms/GlobalOpt/
Dalias-resolve.ll3 @foo1 = alias void (), void ()* @foo2
6 @foo2 = alias void(), void()* @bar1
7 ; CHECK: @foo2 = alias void (), void ()* @bar2
29 call void @foo2()

12345678910>>...15