Searched defs:f2 (Results 51 - 75 of 467) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dglobals.js74 function f2(x) { glo2 = x; } function
75 f2(42);
H A Dosr-alignment.js41 function f2() { function
73 assertEquals(500009500000, f2());
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3183.js37 function f2() { } function
47 baz(f2, 0);
H A Dregress-convert-hole2.js43 function f2(b, a1, a2) { function
54 f2(true, [1.4,1.8,,1.9], [1.4,1.8,,1.9]);
55 f2(true, [1.4,1.8,,1.9], [1.4,1.8,,1.9]);
56 f2(false, [1.4,1.8,,1.9], [1.4,1.8,,1.9]);
57 f2(false, [1.4,1.8,,1.9], [1.4,1.8,,1.9]);
58 %OptimizeFunctionOnNextCall(f2);
59 assertEquals("testundefinedNaN", f2(false, [,1.8,,1.9], [,1.9,,1.9]));
H A Dregress-copy-hole-to-field.js49 function f2(o,a,i) { function
53 f2(o,a,0);
54 f2(o,a,0);
55 %OptimizeFunctionOnNextCall(f2);
56 f2(o,a,1);
H A Dregress-crbug-336148.js42 function f2() { return 1 || 2; }; function
48 assertEquals(1, f2());
55 [f1, f2, f3, f4].forEach(function(f) { %OptimizeFunctionOnNextCall(f); });
H A Dregress-inline-getter-near-stack-limit.js16 function f2() { } function
21 var y = Object.defineProperty({}, "bar", { get: f2 });
H A Dregress-smi-math-floor-round.js40 function f2(o) { function
46 assertEquals(2, f2(o));
47 assertEquals(2, f2(o));
48 %OptimizeFunctionOnNextCall(f2);
49 assertEquals(2, f2(o));
/external/chromium_org/v8/test/webkit/
H A DtoString-for-var-decl.js29 var f2 = function () { for (var j = 1; j < 10; ++j) {} } function
36 shouldBe("unevalf(eval(unevalf(f2)))", "unevalf(f2)");
39 shouldBe("unevalf(f2) != unevalf(f3)", "true");
H A DtoString-number-dot-expr.js62 function f2(a) { function
91 function f2(a) {
/external/clang/test/CodeGen/
H A D2006-10-30-ArrayCrash.c8 unsigned int f2 : 1; member in struct:S
15 if (A->f2)
H A Dcomplex-init-list.c15 _Complex float f2(float x, float y) { return (_Complex float){ x, y }; } function
16 // CHECK-LABEL: define <2 x float> @f2
H A Dppc64-extend.c7 void f2(unsigned int x) { return; } function
8 // CHECK: define void @f2(i32 zeroext %x) [[NUW]]
H A D2008-07-30-implicit-initialization.c6 // CHECK-LABEL: define i32 @f2()
24 int f2() { function
H A D2008-07-31-asm-labels.c31 int f2() { function
/external/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp7 unsigned int f2 : 30; member in struct:Bork
12 hdr->f2 = 927;
H A Dfriend-redecl.cpp5 friend bool TryFoo(Foo *f2) { return TryFoo(0, f2); } argument
H A Doperator-new.cpp21 void *f2(long N) { function
/external/clang/test/SemaCXX/
H A Dattr-regparm.cpp8 void __attribute__((regparm(3))) f2(); // expected-note{{previous declaration is here}}
14 void __attribute__((regparm(2))) X0::f2() { } // expected-error{{function declared with regparm(2) attribute was previously declared with the regparm(3) attribute}} function in class:X0
H A Dtype-dependent-exprs.cpp32 int f2() { function
/external/libcxx/test/depr/exception.unexpected/set.unexpected/
H A Dget_unexpected.pass.cpp17 void f2() {} function
32 // verify f1 was replace with f2
33 std::set_unexpected(f2);
34 assert(std::get_unexpected() == f2);
H A Dset_unexpected.pass.cpp17 void f2() {} function
29 // verify f1 was replace with f2
30 assert(std::set_unexpected(f2) == f1);
/external/chromium_org/v8/test/mjsunit/
H A Dcall.js63 function f2(a, b) { function
70 assertEquals(3, f2.call(x));
71 assertEquals(14, f2.call({i:12}, 'i'));
72 assertEquals(42, f2.call(x, 'n', 41));
73 assertEquals(87, f2.call(x, 'n', 86, 1));
74 assertEquals(99, f2.call(x, 'n', 98, 1, 2));
/external/clang/test/Analysis/
H A Dfunc.c16 void f2() { function
/external/clang/test/CXX/class/class.local/
H A Dp3.cpp13 void f2() { function

Completed in 552 milliseconds

1234567891011>>