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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
stack-fcall-3.c 4 int f3(int i) function
stack-fcall.h 6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
  /external/strace/tests-m32/
stack-fcall-3.c 4 int f3(int i) function
stack-fcall.h 6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
  /external/strace/tests-mx32/
stack-fcall-3.c 4 int f3(int i) function
stack-fcall.h 6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-3c.s 5 .globl f3
6 .ent f3
7 f3: label
11 .end f3
got-page-7c.s 1 .globl f3
2 .ent f3
3 f3: label
6 .end f3
  /external/clang/test/CodeGen/
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]]
  /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}}
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 12 func f3(func() func() int) func
15 p.F3(p.F1)
16 p.F3(p.F2())
17 f3(p.F1)
18 f3(p.F2())
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 12 func f3(func() func() int) func
15 p.F3(p.F1)
16 p.F3(p.F2())
17 f3(p.F1)
18 f3(p.F2())
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
elfv2-2b.s 1 .globl f3
2 .type f3,@function
4 f3: label
5 addis 2,12,.TOC.-f3@ha
6 addi 2,2,.TOC.-f3@l
7 .localentry f3,.-f3
9 .size f3,.-f3
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
pcrel-reloc-local-2.s 4 bnop .S2 f3,0
6 bdec .S2 f3,b1
8 b .S2 f3
10 addkpc .S2 f3,b1,0
13 f3: label
  /external/clang/test/Analysis/
chroot.c 20 void f3(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/SemaObjCXX/Inputs/
nullability-consistency-1.h 7 void f3(int *ptr) { // expected-warning{{pointer is missing a nullability type specifier}} 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/llvm/test/MC/ARM/
symbol-variants-errors.s 18 f3: label
  /prebuilts/go/darwin-x86/test/
declbad.go 14 func f3() (float32, int, string) { return 1, 2, "3" } func
25 i, f, s := f3()
26 f, g, t := f3() // ERROR "redeclared|cannot assign|incompatible"
31 i, f, s := f3()
32 j, i, t := f3() // ERROR "redeclared|cannot assign|incompatible"
37 i, f, s := f3()
51 i, f, s := f3()
57 i, f, s := f3()
63 i, f, s := f3()
64 i, f, s := f3() // ERROR "redeclared|no new
    [all...]

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011>>