Searched refs:f2 (Results 1 - 25 of 984) sorted by relevance

1234567891011>>

/external/v8/tools/gyp/test/win/shard/
H A Dhello2.cc5 int f2() { function
/external/clang/test/CodeGen/
H A Ddebug-info-scope-file.c9 // CHECK: [[F2:![0-9]*]] = distinct !DISubprogram(name: "f2",{{.*}} isDefinition: true
18 void f2() { function
H A Dlink-bitcode-file.c18 extern int f2(void);
21 f2();
26 int f2(void) { return 43; } function
36 // CHECK-NO-BC2-LABEL: define i32 @f2
H A Dfast-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dfinite-math.c5 float f0, f1, f2; variable
13 f0 = f1 + f2;
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-disable-tail-calls.c5 // DISABLE: define i32 @f2() [[ATTRTRUE]] {
7 // ENABLE: define i32 @f2() [[ATTRTRUE:#[0-9]+]] {
13 int f2() __attribute__((disable_tail_calls)) { function
H A Dintel_ocl_bicc.c6 void f2(void) { function
H A Dmangle-windows-rtd.c6 void __stdcall f2(void) {} function
H A D2006-10-30-ArrayCrash.c8 unsigned int f2 : 1; member in struct:S
15 if (A->f2)
/external/clang/test/SemaCXX/
H A Dvararg-default-arg.cpp6 void f2(const char * = __null, ...);
10 f2();
/external/strace/tests/
H A Dstack-fcall-1.c1 int f2(int i);
5 return f2(i) + i;
/external/clang/test/Analysis/
H A Dinline3.c13 void f2() { function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h6 inline bool f2() { function
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-325225.js38 function f2(a) { function
43 f2([function(a) { return f2("undefined", typeof f2(42, 0)); }]);
H A Dregress-crbug-350867.js8 function f2(a, b, c, index) { function
12 f2(2, 3, 4, "foo");
13 f2(2, 3, 4, "foo");
15 assertEquals(22, f2(22, 33, 44, 0));
H A Dregress-crbug-138887.js42 var f2 = factory(f1);
43 assertEquals(11, f2(1)); // Result: 1 + f1(0) == 1 + 10.
44 assertEquals(11, f2(1));
47 %OptimizeFunctionOnNextCall(f2);
48 assertEquals(102, f2(1000)); // 1 + f1(999) == 1 + 1 + worker1(998) == 102
H A Dregress-crbug-147475.js42 var f2 = factory(f1);
43 assertEquals(11, f2(1));
46 %OptimizeFunctionOnNextCall(f2);
47 assertEquals(102, f2(2));
48 assertEquals(102, f2(2));
H A Dregress-crbug-354391.js11 function f2(a, b, c, d, index) { function
15 f2(1, 2, 3, 4, "foo");
16 f2(1, 2, 3, 4, "foo");
18 assertEquals(11, f2(11, 22, 33, 44, 0));
21 assertEquals(11, f2(11, 22, 33, 44, 0));
/external/libcxx/test/std/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/Mips/
H A Dset-softfloat-hardfloat.s5 add.s $f2, $f2, $f2
6 sub.s $f2, $f2, $f2
10 # CHECK: add.s $f2, $f2, $f2
11 # CHECK: sub.s $f2,
[all...]
/external/llvm/test/MC/ELF/
H A Dweak-diff.s5 // CHECK-NEXT: 0x1D R_X86_64_PC32 f2 0xFFFFFFFFFFFFFFFC
19 .weak f2
20 f2: label
24 .quad g2 - f2
25 .quad f2 - g2
26 call f2
/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp6 template <int N> void f2() noexcept(N > 1);
11 void (*t3)() noexcept = &f2<2>; // no-error
12 void (*t4)() noexcept = &f2<0>; // expected-error {{not superset}}
/external/libcxx/test/std/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);
/external/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js30 function f2() { return (1, 2) + 3; } function
34 assertTrue(f2() === f2());

Completed in 588 milliseconds

1234567891011>>