Searched refs:f3 (Results 51 - 75 of 400) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dproto-chain-constant.js34 var obj3 = c(obj4, { f3: { value: function() { return 3; }, writable: true }});
48 function get3(obj) { return obj.f3; }
54 obj2.f3 = function() { return 6; };
H A Dregress-3249650.js34 function f3(x) { try { } catch (e) {}} function
44 f3(x);
H A Dsimple-global-access.js36 function f3() { this.x = g4; } class
38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv.c7 void __thiscall f3(void);
20 f3();
21 // CHECK: call x86_thiscallcc void @f3()
27 void (__thiscall *pf3)(void) = f3;
H A D2009-06-18-StaticInitTailPadPack.c9 float f3; member in struct:Bar
H A Dbitfield-assign.c39 void f3(void) { function
H A Dc-strings.c13 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
48 // CHECK-LABEL: define void @f3()
49 void f3() { function
52 // CHECK: call void @bar({{.*}} @f3.x
H A Dmangle-windows.c10 void __stdcall f3() {} function
H A Dunreachable.c29 int f3(int i) { function
/external/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden.cpp10 void f3();
15 inline void X0::f3() { } function in class:X0
21 void f3();
28 inline void X1<T>::f3() { } function in class:X1
45 x0->f3();
55 x1->f3();
/external/chromium_org/v8/test/mjsunit/
H A Dbreak.js52 function f3() { function
67 f3();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2594.js51 function f3() {
60 assertEquals(1, f3())
H A Dregress-clobbered-fp-regs.js33 var f3 = 0.3 * y;
40 var sum = (f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dext-blocks.cpp33 int f3(Args ...args) {
39 template int f3(const char*, int, float, double);
/external/clang/test/Sema/
H A Dattr-noreturn.c18 void f3() __attribute__((noreturn));
19 void f3() { function
20 return; // expected-warning {{function 'f3' declared 'noreturn' should not return}}
H A Dknr-def-call.c17 typedef void (*f3)(void); typedef
18 f3 t3(int b) { return b? f0 : f1; } // okay
H A Dbuiltin-object-size.c18 int f3() { function
H A Dfloating-point-compare.c11 int f3(float x) { function
H A Dwarn-unused-variables.c27 int f3() { function
/external/chromium_org/v8/test/webkit/fast/js/
H A Dobject-prototype-constructor.js40 var f3 = new Foo3.Bar();
41 shouldBe("f3.constructor", "Foo3.Bar");
42 shouldBe("typeof f3.constructor", '"function"');
/external/chromium_org/v8/test/webkit/
H A DtoString-for-var-decl.js30 var f3 = function () { for (j = 1;j < 10; ++j) {} } function
37 shouldBe("unevalf(eval(unevalf(f3)))", "unevalf(f3)");
39 shouldBe("unevalf(f2) != unevalf(f3)", "true");
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp26 void f3() { function
/external/clang/test/SemaCXX/
H A Dfunction-type-qual.cpp13 static void f3() const; // expected-error {{static member function cannot have 'const' qualifier}}
/external/oprofile/libutil++/tests/
H A Dpath_filter_tests.cpp42 path_filter f3("", "foo");
43 check(f3, "foo", false);
44 check(f3, "foo1", true);
45 check(f3, "foo/foo", false);
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp44 int &f3(T*, U); // expected-note{{candidate}}
47 float &f3(T, U*); // expected-note{{candidate}}
50 int &ir = f3(ip, i);
51 float &fr = f3(i, fp);
52 f3(ip, ip); // expected-error{{ambiguous}}

Completed in 6097 milliseconds

1234567891011>>