Searched defs:f2 (Results 26 - 50 of 467) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-lazy-deopt-inlining.js9 return 1 + f2(f3(d));
12 function f2(v) { return v; } function
H A Dregress-lazy-deopt-inlining2.js9 return 1 + f2(1, f3(d), d);
12 function f2(v0, v1, v2) { return v1; } function
/external/clang/test/Analysis/
H A Dchroot.c14 void f2(void) { function
H A Dinline2.c12 void f2() { function
H A Dinline3.c13 void f2() { function
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp3 void f2() { function
/external/clang/test/CodeGen/
H A DPR2743-reference-missing-static.c16 void f2() { e2(); } function
H A Dalways_inline.c17 inline int f2() __attribute__((always_inline));
18 int f2() { return 7; } function
19 int f3(void) { return f2(); }
H A Dattr-availability.c5 // CHECK-10_4-LABEL: define hidden void @f2
6 // CHECK-10_5-LABEL: define hidden void @f2
7 // CHECK-10_6-LABEL: define hidden void @f2
8 void f2();
9 void f2() { } function
30 f2();
H A Dbitfield-promote.c17 long long f2(void) { function
21 // CHECK: @f2()
H A Dfast-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dfinite-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dmangle-windows-rtd.c6 void __stdcall f2(void) {} function
/external/clang/test/CodeGenCXX/
H A Dmangle-98.cpp12 void f2(S3<100>) {} function
/external/clang/test/Parser/
H A Dpragma-fp-contract.c9 void f2(void) { function
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
H A Dmember_swap.pass.cpp32 std::filebuf f2; local
33 f2.swap(f);
35 assert(f2.is_open());
36 assert(f2.sgetc() == '2');
47 std::wfilebuf f2; local
48 f2.swap(f);
50 assert(f2.is_open());
51 assert(f2.sgetc() == L'2');
H A Dmove_assign.pass.cpp33 std::filebuf f2; local
34 f2 = move(f);
36 assert(f2.is_open());
37 assert(f2.sgetc() == '2');
48 std::wfilebuf f2; local
49 f2 = move(f);
51 assert(f2.is_open());
52 assert(f2.sgetc() == L'2');
H A Dnonmember_swap.pass.cpp34 std::filebuf f2; local
35 swap(f2, f);
37 assert(f2.is_open());
38 assert(f2.sgetc() == '2');
49 std::wfilebuf f2; local
50 swap(f2, f);
52 assert(f2.is_open());
53 assert(f2.sgetc() == L'2');
/external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
H A Dget_new_handler.pass.cpp16 void f2() {} function
23 std::set_new_handler(f2);
24 assert(std::get_new_handler() == f2);
H A Dset_new_handler.pass.cpp16 void f2() {} function
21 assert(std::set_new_handler(f2) == f1);
/external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
H A Dget_terminate.pass.cpp17 void f2() {} function
23 std::set_terminate(f2);
24 assert(std::get_terminate() == f2);
H A Dset_terminate.pass.cpp17 void f2() {} function
22 assert(std::set_terminate(f2) == f1);
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/
H A Dassign.fail.cpp21 std::once_flag f2; local
22 f2 = f;
/external/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s11 f2: label
/external/llvm/test/MC/Mips/
H A Delf_st_other.s15 .globl f2
16 .type f2, @function
18 f2: label
25 // CHECK-LABEL: Name: f2

Completed in 724 milliseconds

1234567891011>>