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

1234567891011>>

/external/chromium_org/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]*]] = {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [def] [f2]
18 void f2() { function
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 Dalways_inline.c17 inline int f2() __attribute__((always_inline));
18 int f2() { return 7; } function
19 int f3(void) { return f2(); }
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)
H A Dms_abi.c5 void __attribute__((sysv_abi)) f2(void);
12 f2();
13 // FREEBSD: call void @f2()
14 // WIN64: call x86_64_sysvcc void @f2()
17 // FREEBSD: declare void @f2()
19 // WIN64: declare x86_64_sysvcc void @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/chromium_org/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));
H A Dregress-365172-2.js8 var f1 = {x: 1}; var f2 = {x: 2};
10 f2.x = {};
12 f2.b = b2;
/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/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/
H A Dassign.fail.cpp21 std::once_flag f2; local
22 f2 = f;
/external/chromium_org/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js30 function f2() { return (1, 2) + 3; } function
34 assertTrue(f2() === f2());
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-warm.js40 function f2(x) { function
49 assertEquals(2, f2(1));
50 assertEquals(200001, f2(200000));
/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/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/libcxx/test/utilities/function.objects/logical.operations/
H A Dlogical_and.pass.cpp29 const F2 f2 = F2(); local
30 assert( f2(36, 36));
31 assert( f2(36, 36L));
32 assert( f2(36L, 36));
33 assert(!f2(36, 0));
34 assert(!f2(0, 36));
35 assert( f2(36, 36L));
36 assert(!f2(36, 0L));
37 assert(!f2(0, 36L));
38 assert( f2(3
[all...]

Completed in 5791 milliseconds

1234567891011>>