Searched refs:f3 (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/external/strace/tests/
H A Dstack-fcall-2.c1 int f3(int i);
5 return f3(i) - i;
H A Dstack-fcall-3.c3 int f3(int i) function
/external/clang/test/CodeGen/
H A Dmangle-windows-rtd.c9 void __fastcall f3(void) {} function
10 // CHECK: define x86_fastcallcc void @"\01@f3@0"
H A Dredef-ext-inline.c5 int f3 (void) {return f1();} function
H A Dppc64-extend.c10 int f3(void) { return 0; } function
11 // CHECK: define signext i32 @f3() [[NUW]]
H A Dms_abi.c6 void f3(void) { function
7 // FREEBSD: define void @f3()
8 // WIN64: define void @f3()
H A Dinline2.c19 // CHECK-GNU89-LABEL: define i32 @f3()
20 // CHECK-C99-LABEL: define i32 @f3()
21 extern inline int f3(void);
22 int f3(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dalways_inline.c19 int f3(void) { return f2(); } function
H A Dx86_64-arguments-win32.c12 // CHECK-LABEL: define void @f3(i16 %a)
13 void f3(short a) {} function
/external/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js31 function f3() { return (1.2 || 3.4) + 5.6; } function
35 assertTrue(f3() === f3());
/external/clang/test/Sema/
H A Dpragma-pack-5.c12 char f3; member in struct:s0
19 char f3; member in struct:s1
26 unsigned f3 : 8; member in struct:s2
34 unsigned f3 : 16; member in struct:s3
43 char f3; member in struct:s4
46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
H A Darg-duplicate.c3 int f3(y, x, function
13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
/external/clang/test/ASTMerge/Inputs/
H A Dfunction1.c4 void f3(void);
H A Dfunction2.c5 void f3(int);
/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/Modules/Inputs/
H A Dlinkage-merge-sub.h4 static int f3(int);
/external/lldb/test/functionalities/dead-strip/
H A Dmain.c14 int f3 (char *s);
37 // We want f3 to start on line 40
38 int f3 (char *s) function
40 return printf("f3: %s\n", s);
51 f3("dong");
/external/lldb/test/macosx/order/
H A Dmain.c14 int f3 (char *s);
37 // We want f3 to start on line 40
38 int f3 (char *s) function
40 return printf("f3: %s\n", s);
52 f3("dong");
/external/v8/test/mjsunit/regress/
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/CodeGenCXX/
H A Dcall-with-static-chain.cpp16 _Complex float f3(void);
32 // CHECK32: call i64 bitcast (i64 ()* @f3 to i64 (i8*)*)(i8* nest bitcast (i64 ()* @f3 to i8*))
33 // CHECK64: call <2 x float> bitcast (<2 x float> ()* @f3 to <2 x float> (i8*)*)(i8* nest bitcast (<2 x float> ()* @f3 to i8*))
34 __builtin_call_with_static_chain(f3(), f3); local
H A Dint64_uint64.cpp20 void f3(int64_t *ptr) {} function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}} member in struct:s0

Completed in 615 milliseconds

1234567891011>>