Searched defs:f1 (Results 76 - 100 of 532) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dattr-regparm.cpp7 void __attribute__((regparm(3))) f1();
13 void __attribute__((regparm(3))) X0::f1() { } function in class:X0
/external/libcxx/test/depr/exception.unexpected/set.unexpected/
H A Dget_unexpected.pass.cpp16 void f1() {} function
30 std::set_unexpected(f1);
31 assert(std::get_unexpected() == f1);
32 // verify f1 was replace with f2
H A Dset_unexpected.pass.cpp16 void f1() {} function
26 std::unexpected_handler old = std::set_unexpected(f1);
29 // verify f1 was replace with f2
30 assert(std::set_unexpected(f2) == f1);
/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp28 string_filter f1; local
29 check(f1, "", true);
30 check(f1, "ok", true);
/external/chromium_org/v8/test/mjsunit/bugs/
H A Dbug-941049.js57 function f1(x) { function
58 g(f1);
59 var result = h(f1);
78 test(f1);
/external/chromium_org/v8/test/mjsunit/
H A Dcall.js52 function f1(a) { function
57 assertEquals(1, f1.call({i:1}));
58 assertEquals(42, f1.call({i:42}, 'i'));
59 assertEquals(87, f1.call({j:87}, 'j', 1));
60 assertEquals(99, f1.call({k:99}, 'k', 1, 2));
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-alignment.js30 function f1() { function
66 assertEquals(500009500000, f1());
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-351315.js39 var v_0 = { f1 : 0.5, f2 : 0.25 };
H A Dregress-copy-hole-to-field.js34 function f1(o,a,i) { function
38 f1(o,a,0);
39 f1(o,a,0);
41 %OptimizeFunctionOnNextCall(f1);
42 f1(o,a,1);
H A Dregress-crbug-336148.js41 function f1() { return 1 && 2; }; function
47 assertEquals(2, f1());
55 [f1, f2, f3, f4].forEach(function(f) { %OptimizeFunctionOnNextCall(f); });
H A Dregress-inline-getter-near-stack-limit.js15 function f1() { } function
18 var x = Object.defineProperty({}, "bar", { get: f1 });
/external/chromium_org/v8/test/webkit/
H A Ddo-while-semicolon.js28 function f1() { function
50 uf1 = uneval(f1);
51 ueuf1 = uneval(eval(uneval(f1)));
H A DtoString-number-dot-expr.js33 function f1(a) { function
/external/clang/test/CXX/class/class.local/
H A Dp3.cpp3 void f1() { function
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp6.cpp12 template<int X, int Y> void f1(A0<0, (X + Y)>) { } // expected-note{{previous}} function
13 template<int X, int Y> void f1(A0<0, (X - Y)>) { } function
14 template<int A, int B> void f1(A0<0, (A + B)>) { } // expected-error{{redefinition}} function
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp13 void f1(A<int> x) { x.Allocate(); } function in namespace:test0
/external/clang/test/CodeGen/
H A D2008-07-30-implicit-initialization.c4 // CHECK-LABEL: define i32 @f1()
19 int f1() { function
H A D2008-07-31-asm-labels.c19 void f1() { function
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c4 // CHECK-LABEL: define i32 @f1
20 int f1(int *a) { function
H A Davailable-externally-suppress.c14 inline int __attribute__((always_inline)) f1(int x) { function
24 // CHECK-NOT: call {{.*}} @f1
26 return f1(x);
H A Dbitfield-assign.c18 _Bool f1 : 1; member in struct:s0
29 void f1(void) { function
31 if ((s.f1 = 3) != 1) g0();
H A Ddecl-in-prototype.c5 // CHECK-LABEL: define i32 @f1
6 int f1(enum {AA,BB} E) { function
H A Dunreachable.c12 int f1(int i) { function
H A Dvariadic-gpfp-x86.c4 float f1; member in struct:Bar
/external/clang/test/CodeGenCXX/
H A Dcxx-apple-kext.cpp35 extern "C" void f1() { function

Completed in 822 milliseconds

1234567891011>>