Searched defs:f3 (Results 1 - 25 of 235) sorted by relevance

12345678910

/external/chromium_org/tools/gyp/test/win/shard/
H A Dhello3.cc5 int f3() { function
/external/clang/test/CodeGen/
H A Dms_abi.c6 void f3(void) { function
7 // FREEBSD: define void @f3()
8 // WIN64: define void @f3()
H A Dredef-ext-inline.c5 int f3 (void) {return f1();} function
H A Dalways_inline.c19 int f3(void) { return f2(); } function
H A Dattr-availability.c11 // CHECK-10_4-LABEL: define void @f3
12 // CHECK-10_5-LABEL: define void @f3
13 // CHECK-10_6-LABEL: define void @f3
14 void f3() __attribute__((availability(macosx,introduced=10.5)));
15 void f3() { } function
H A Dmangle-windows-rtd.c9 void __fastcall f3(void) {} function
10 // CHECK: define x86_fastcallcc void @"\01@f3@0"
H A Dppc64-extend.c10 int f3(void) { return 0; } function
11 // CHECK: define signext i32 @f3() [[NUW]]
/external/clang/test/SemaTemplate/
H A Dfunction-template-specialization-noreturn.cpp7 template <int N> void __attribute__((noreturn)) f3() { __builtin_unreachable(); } function
8 template <> void f3<1>() { } // expected-warning {{function declared 'noreturn' should not return}} function
/external/clang/test/Sema/
H A Darg-duplicate.c3 int f3(y, x, function
13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
/external/strace/tests/
H A Dstack-fcall-3.c3 int f3(int i) function
/external/chromium_org/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js31 function f3() { return (1.2 || 3.4) + 5.6; } function
35 assertTrue(f3() === f3());
H A Dbreak.js52 function f3() { function
67 f3();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1423.js49 if (f3(x, 'other-literal')) {
59 function f3(x, y) { function
H A Dregress-365172-3.js9 function f3(a) { return {x:[], v:{v:''}}; } function
10 f3([0]);
14 f3(1);
H A Dregress-lazy-deopt-inlining.js9 return 1 + f2(f3(d));
14 function f3(d) { function
19 %NeverOptimizeFunction(f3);
H A Dregress-lazy-deopt-inlining2.js9 return 1 + f2(1, f3(d), d);
14 function f3(d) { function
19 %NeverOptimizeFunction(f3);
H A Dregress-crbug-336148.js43 function f3() { return 0 && 2; }; function
49 assertEquals(0, f3());
55 [f1, f2, f3, f4].forEach(function(f) { %OptimizeFunctionOnNextCall(f); });
/external/clang/test/Analysis/
H A Dchroot.c20 void f3(void) { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp26 void f3() { function
/external/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s18 f3: label
/external/chromium_org/v8/test/webkit/
H A DtoString-for-var-decl.js30 var f3 = function () { for (j = 1;j < 10; ++j) {} } function
37 shouldBe("unevalf(eval(unevalf(f3)))", "unevalf(f3)");
39 shouldBe("unevalf(f2) != unevalf(f3)", "true");
/external/clang/test/SemaCXX/
H A Dattr-regparm.cpp9 void f3(); // expected-note{{previous declaration is here}}
15 void __attribute__((regparm(2))) X0::f3() { } // expected-error{{function declared with regparm(2) attribute was previously declared without the regparm attribute}} function in class:X0
/external/libcxx/test/depr/exception.unexpected/set.unexpected/
H A Dget_unexpected.pass.cpp19 void f3() function
36 std::set_terminate(f3);
H A Dset_unexpected.pass.cpp19 void f3() function
32 std::set_terminate(f3);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-alignment.js52 function f3() { function
80 assertEquals(500009500000, f3());

Completed in 635 milliseconds

12345678910