HomeSort by relevance Sort by last modified time
    Searched defs:f3 (Results 1 - 25 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
ms_abi.c 6 void f3(void) { function
7 // FREEBSD: define void @f3()
8 // WIN64: define void @f3()
redef-ext-inline.c 5 int f3 (void) {return f1();} function
always_inline.c 19 int f3(void) { return f2(); } function
attr-availability.c 11 // 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
mangle-windows-rtd.c 9 void __fastcall f3(void) {} function
10 // CHECK: define x86_fastcallcc void @"\01@f3@0"
ppc64-extend.c 10 int f3(void) { return 0; } function
11 // CHECK: define signext i32 @f3() [[NUW]]
bounds-checking.c 24 // CHECK-LABEL: @f3
25 void f3() { function
builtin-attributes.c 23 // CHECK: f3
47 int f3(double x) { function
unreachable.c 29 int f3(int i) { function
  /external/strace/tests/
stack-fcall-3.c 3 int f3(int i) function
  /external/clang/test/Sema/
arg-duplicate.c 3 int f3(y, x, function
13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
  /external/clang/test/Analysis/
chroot.c 20 void f3(void) { function
func.c 20 void f3(void (*f)(void), void (*g)(void)) { function
  /external/clang/test/CodeGenCXX/
int64_uint64.cpp 20 void f3(int64_t *ptr) {} function
reinterpret-cast.cpp 12 unsigned long f3(void *p) { function
  /external/clang/test/SemaTemplate/
function-template-specialization-noreturn.cpp 7 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/lldb/test/functionalities/dead-strip/
main.c 14 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/
main.c 14 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/llvm/test/MC/ARM/
symbol-variants-errors.s 18 f3: label
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 31 function f3() { return (1.2 || 3.4) + 5.6; } function
35 assertTrue(f3() === f3());
break.js 52 function f3() { function
67 f3();
  /external/v8/test/mjsunit/regress/
regress-1423.js 49 if (f3(x, 'other-literal')) {
59 function f3(x, y) { function
regress-365172-3.js 9 function f3(a) { return {x:[], v:{v:''}}; } function
10 f3([0]);
14 f3(1);
regress-lazy-deopt-inlining.js 9 return 1 + f2(f3(d));
14 function f3(d) { function
19 %NeverOptimizeFunction(f3);
regress-lazy-deopt-inlining2.js 9 return 1 + f2(1, f3(d), d);
14 function f3(d) { function
19 %NeverOptimizeFunction(f3);

Completed in 1657 milliseconds

1 2 3 4 5 6 7 8 91011>>