Searched defs:f2 (Results 101 - 125 of 467) sorted by relevance

1234567891011>>

/external/libcxx/test/utilities/function.objects/comparisons/
H A Dequal_to.pass.cpp27 const F2 f2 = F2(); local
28 assert(f2(36, 36));
29 assert(!f2(36, 6));
30 assert(f2(36, 36.0));
31 assert(f2(36.0, 36L));
H A Dgreater.pass.cpp28 const F2 f2 = F2(); local
29 assert(!f2(36, 36));
30 assert(f2(36, 6));
31 assert(!f2(6, 36));
32 assert( f2(36, 6.0));
33 assert( f2(36.0, 6));
34 assert(!f2(6, 36.0));
35 assert(!f2(6.0, 36));
H A Dgreater_equal.pass.cpp28 const F2 f2 = F2(); local
29 assert(f2(36, 36));
30 assert(f2(36, 6));
31 assert(!f2(6, 36));
32 assert( f2(36, 6.0));
33 assert( f2(36.0, 6));
34 assert(!f2(6, 36.0));
35 assert(!f2(6.0, 36));
H A Dless.pass.cpp28 const F2 f2 = F2(); local
29 assert(!f2(36, 36));
30 assert(!f2(36, 6));
31 assert( f2(6, 36));
32 assert(!f2(36, 6.0));
33 assert(!f2(36.0, 6));
34 assert( f2(6, 36.0));
35 assert( f2(6.0, 36));
H A Dless_equal.pass.cpp28 const F2 f2 = F2(); local
29 assert( f2(36, 36));
30 assert(!f2(36, 6));
31 assert( f2(6, 36));
32 assert(!f2(36, 6.0));
33 assert(!f2(36.0, 6));
34 assert( f2(6, 36.0));
35 assert( f2(6.0, 36));
H A Dnot_equal_to.pass.cpp27 const F2 f2 = F2(); local
28 assert(!f2(36, 36));
29 assert( f2(36, 6));
30 assert( f2(36, 6.0));
31 assert( f2(36.0, 6));
32 assert(!f2(36.0, 36));
33 assert(!f2(36, 36.0));
/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...]
H A Dlogical_not.pass.cpp27 const F2 f2 = F2(); local
28 assert(!f2(36));
29 assert( f2(0));
30 assert(!f2(36L));
31 assert( f2(0L));
H A Dlogical_or.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, 0L));
36 assert( f2(0, 36L));
37 assert(!f2(0, 0));
38 assert(!f2(
[all...]
/external/libcxx/test/utilities/meta/meta.hel/
H A Dintegral_constant.pass.cpp43 std::false_type f2 = f1; local
/external/lldb/test/functionalities/dead-strip/
H A Dmain.c13 int f2 (char *s);
27 // We want f2 to start on line 30, this should get stripped
28 int f2 (char *s) function
30 return printf("f2: %s\n", s);
/external/lldb/test/macosx/order/
H A Dmain.c13 int f2 (char *s);
27 // We want f2 to start on line 30
28 int f2 (char *s) function
30 return printf("f2: %s\n", s);
51 f2("ding");
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-semantics.js131 function f2() { function
173 f2();
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dloopcount.js34 function f2() { var x = -0x40000000; x--; return x; } function
35 assertEquals(-0x40000001, f2());
/external/chromium_org/v8/test/mjsunit/
H A Dkeyed-array-call.js46 function f2(i) { function
50 assertEquals("r12", f2(0));
51 assertEquals("r12", f2(0));
52 assertEquals("r24", f2(2));
53 assertEquals("r24", f2(2));
56 assertThrows(function() { f2(1) });
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-365172-1.js8 var f1 = {x: 1}; var f2 = {x: 2};
10 f2.x = {};
12 f2.b = b2;
H A Dregress-365172-2.js8 var f1 = {x: 1}; var f2 = {x: 2};
10 f2.x = {};
12 f2.b = b2;
H A Dregress-hoist-load-named-field.js49 function f2(o) { function
62 f2(o1);
63 f2(o1);
64 f2(o2);
65 %OptimizeFunctionOnNextCall(f2);
66 f2(o2);
/external/chromium_org/v8/test/webkit/
H A Dclosure-inside-extra-arg-call.js58 function f2() function
68 new f2(0, 0, 0, 0, 0, 0, 0, 0, 0);
H A Dexception-propagate-from-dfg-to-llint.js121 function f2() { function
209 f2();
/external/clang/test/Analysis/
H A Dexercise-ps.c18 static void f2(void *buf) { function
/external/clang/test/CXX/class.access/class.friend/
H A Dp6.cpp6 void f2();
11 friend void X::f2() { } // expected-error{{friend function definition cannot be qualified with 'X::'}} function in class:Y::X
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp9 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}} member in struct:s0
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp60 C<int> f2; // expected-note {{in instantiation of template class}} variable
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp42 void f2(volatile int *x) { function

Completed in 252 milliseconds

1234567891011>>