HomeSort by relevance Sort by last modified time
    Searched defs:f7 (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /prebuilts/go/linux-x86/test/ken/
robfunc.go 40 func f7(a int) (x int, y float64) { func
78 r7, s7 = f7(1)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame5.s 58 .ent f7
59 f7: label
61 .end f7
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 27 float f7 = 0.0f; local
  /external/clang/test/Analysis/
range_casts.c 66 void f7(long foo) function
stream.c 56 void f7(void) { function
malloc-overflow.c 45 void * f7(int n) function
outofbound.c 53 void f7() { function
  /external/clang/test/CodeGen/
functions.c 45 void f7(float f, float g) { function
47 // CHECK: define void @f7(float{{.*}}, float{{.*}})
microsoft-call-conv.c 56 void __stdcall f7(foo) int foo; {} function
58 f7(0);
59 // CHECK: call x86_stdcallcc void @f7(i32 0)
pointer-arithmetic.c 22 FP f7(FP a, int b) { return a - b; } function
function-attributes.c 10 // CHECK: define void @f7(i16 zeroext %x) [[NUW]]
26 void f7(unsigned short x) { } function
le32-arguments.c 51 // CHECK-LABEL: define void @f7(%union.simple_union* byval align 4 %s)
52 void f7(union simple_union s) {} function
stdcall-fastcall.c 46 void __attribute((stdcall)) f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
  /external/clang/test/CodeGenCXX/
typeid-should-throw.cpp 42 void f7(A *x) { typeid((*x)); } function
mangle-ms-back-references.cpp 21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} function
22 // CHECK: "\01?f7@@YAXHPAHH0_N1PA_N@Z"
mangle-neon-vectors.cpp 57 void f7(float16x4_t v) {} function
mangle-unnamed.cpp 62 int f7() { function
  /external/clang/test/Sema/
varargs.c 54 void f7(int a, ...) { function
warn-unused-function.c 23 static void f7(void);
25 void f9(void) { f8(f7); }
26 static void f7(void) {} function
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 59 void f7(int(C7)) { } // expected-note{{candidate}} function
62 f7(1); // expected-error{{no matching function}}
63 f7(g7); //OK
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 77 // CHECK-LABEL: f7:
78 f7: label
  /prebuilts/go/darwin-x86/test/
escape_because.go 68 func f7(x map[int]*int, y int) *int { // ERROR "f7 x does not escape$" func
  /prebuilts/go/linux-x86/test/
escape_because.go 68 func f7(x map[int]*int, y int) *int { // ERROR "f7 x does not escape$" func
  /art/test/703-floating-point-div/src/
Main.java 69 float f7 = -0.0f; local
80 expectEquals(Float.floatToRawIntBits(fPi/f7), 0xff800000);
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 90 template_tuple<Templates...> f7() {} function
99 f7<identity>();

Completed in 463 milliseconds

12 3 4 5 6