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

12 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
field.s 5 .global f1,f2,f3,f4,f5,f6,f7,f8
10 f5: .field 04321h, 32 ; label
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 11 struct opaque3 *f5; member in struct:H::__anon15769::__anon15770
inline2.c 24 // CHECK-GNU89-LABEL: define i32 @f5()
25 // CHECK-C99-LABEL: define i32 @f5()
26 extern inline int f5(void);
27 inline int f5(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 33 void __fastcall f5(short a) {} function
34 // CHECK: define x86_fastcallcc void @"\01@f5@4"
35 // X64: define void @f5(
ms_abi.c 78 void f5(int a, ...) { function
79 // WIN64-LABEL: define void @f5
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 55 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} function
57 template identity<int(int, float, double)> f5();
  /external/clang/test/Parser/
cxx-stmt.cpp 57 void f5() { function
66 return f5(), // ok
  /external/clang/test/Sema/
alias-redefinition.c 23 void f5() {} function
24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous definition}}
attr-unused.c 37 int f5(int x __attribute__((__unused__))) { function
  /external/clang/test/SemaTemplate/
template-id-expr.cpp 94 void f5() { function
98 template void f5<0>(); // expected-note {{in instantiation of function template specialization 'f5<0>' requested here}}
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 39 @ CHECK-LABEL: f5:
40 f5: label
100 ldr r0, =f5
302 @ CHECK: .long f5
ldr-pseudo.s 39 @ CHECK-LABEL: f5:
40 f5: label
100 ldr r0, =f5
288 @ CHECK: .long f5
ltorg-darwin.s 41 b f5
50 @ CHECK-LABEL: f5:
51 f5: label
ltorg.s 39 b f5
46 @ CHECK-LABEL: f5:
47 f5: label
  /external/testng/src/test/java/test/priority/
BaseSample.java 40 public void f5() { add("f5"); } method in class:BaseSample
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 69 func f5() int { func
98 if v := f5(); v != 92 {
99 fmt.Printf("f5()=%d, want 92\n", v)
  /prebuilts/go/darwin-x86/test/
func.go 32 func f5(a int) int { func
72 r5 := f5(1)
func2.go 20 func (x *t1) f5(y []t2) (t1, *t3) func
  /prebuilts/go/darwin-x86/test/ken/
robfunc.go 32 func f5(a int) int { func
72 r5 := f5(1)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 69 func f5() int { func
98 if v := f5(); v != 92 {
99 fmt.Printf("f5()=%d, want 92\n", v)
  /prebuilts/go/linux-x86/test/
func.go 32 func f5(a int) int { func
72 r5 := f5(1)
func2.go 20 func (x *t1) f5(y []t2) (t1, *t3) func
  /prebuilts/go/linux-x86/test/ken/
robfunc.go 32 func f5(a int) int { func
72 r5 := f5(1)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame5.s 40 .ent f5
41 f5: label
43 .end f5
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 25 float f5 = 0.0f; local

Completed in 538 milliseconds

12 3 4 5 6 7 8 9