Searched defs:f2 (Results 151 - 175 of 467) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-literals.js91 function f2(b, c) { function
98 return a + f2(b, c)(b, c);
H A Doptimized-function-calls.js65 function f2(a, b) { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f1(f0()),f2(f1(f0()),f0()),f3(f2(f1(f0()),f0()),f1(f0()),f0()));
H A Dregress-3249650.js33 function f2(x) { try { } catch (e) {}} function
43 f2(x);
H A Dvariables.js43 function f2() { var x = 2; return x; } function
44 assertEquals(2, f2());
/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.h21 int f0, f1, f2; member in struct:VertState
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-function-scopes.js79 var f2 = function() { return 5; } function
81 var mirror = Debug.MakeMirror(f2);
H A Dsimple-constructor.js38 function f2(x) { class
62 o2_1 = new f2(0);
63 o2_2 = new f2(0);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-scoping.js48 function f2(one) { function
64 f2(1);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js60 function f2(y, z) { function
74 return f2(y); /* f should be inlined into g, note argument count mismatch */
96 return f2(local_y); /* f should be inlined into h */
117 invoke(f2, [2]);
/external/clang/test/Analysis/
H A Dmethod-call.cpp27 void f2() { function
H A Dstackaddrleak.c18 void f2() { function
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp63 void f2() function in namespace:PR7641
/external/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp46 template<typename T> void f2();
51 template<typename T = int> void Inner::f2() {} function in class:PR8748::Inner
/external/clang/test/CodeGen/
H A Dinline2.c14 // CHECK-GNU89-LABEL: define i32 @f2()
15 // CHECK-C99-LABEL: define i32 @f2()
16 int f2(void);
17 inline int f2(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmangle-windows.c7 void __fastcall f2(void) {} function
8 // CHECK: define x86_fastcallcc void @"\01@f2@0"
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp21 // CHECK-LABEL: define i32 @f2
24 extern "C" struct s1 f2(int a, struct s1 *x, struct s1 *y) { function
H A Dconstructor-direct-call.cpp23 void f2() { function
H A Dincomplete-types.cpp28 A *f2() { function in namespace:incomplete_type_refs
H A Dmangle-variadic-templates.cpp31 template<typename ...Types> void f2(Types...) {} function
33 template void f2<>();
35 template void f2<int>(int);
37 template void f2<int, float>(int, float);
/external/clang/test/FixIt/
H A Ddereference-addressof.c12 void f2(int *aPtr, int a, float *bPtr, char c) { function
/external/clang/test/Index/
H A Dcomplete-exprs.c11 void f2() { f1(17); } function
65 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f2}{LeftParen (}{RightParen )} (50)
H A Dcomplete-macros.c12 void f2() { function
/external/clang/test/Parser/
H A Dasm-constraints-pr7869.c15 f2 (void) function
H A Dcxx-stmt.cpp13 void f2() function
/external/clang/test/Sema/
H A Ddecl-in-prototype.c9 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}} function

Completed in 3892 milliseconds

1234567891011>>