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

1 2 3 4 5 6 7 8 9

  /external/clang/test/Sema/
default.c 3 void f5 (int z) { function
floating-point-compare.c 19 int f5(float x) { function
attr-noreturn.c 31 extern void f5 (unsigned long) __attribute__ ((__noreturn__));
34 f5 (unsigned long size) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
diff_overflow2.s 15 f5: label
22 .byte .Lf5 - f5
  /external/clang/test/CodeGenCXX/
reinterpret-cast.cpp 17 void f5(void*& u) { function
mangle-variadic-templates.cpp 55 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} function
57 template identity<int(int, float, double)> f5();
  /external/llvm/test/MC/AArch64/
ldr-pseudo-diagnostics.s 28 f5: label
  /external/clang/test/Analysis/
vfork.c 106 void f5() { function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
icache1.s 5 ilhu $3,f5@h
6 iohl $3,f5@l
72 brsl $0,f5
96 bra f5
99 .section ".f5.part1","ax",@progbits
100 .type f5,@function
101 f5: label
105 brsl $0,f5
111 .size f5,.-f5
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 11 int (*f5 [[carries_dependency]])(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
  /external/clang/test/CodeGen/
microsoft-call-conv-x64.c 10 void __stdcall f5(void) { function
11 // CHECK-LABEL: define void @f5()
20 void (__stdcall *pf5)(void) = f5;
23 f4(); f5();
25 // CHECK: call void @f5()
x86_64-arguments-win32.c 21 // CHECK-LABEL: define void @f5(i64 %a.coerce)
22 void f5(_Complex float a) {} function
2007-09-28-PackedUnionMember.c 11 struct opaque3 *f5; member in struct:H::__anon14798::__anon14799
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/Index/
complete-exprs.c 23 void f5(float f) { function
68 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f5}{LeftParen (}{Placeholder float f}{RightParen )} (50)
  /external/clang/test/SemaCXX/
warn-unused-parameters.cpp 9 template<typename U> U f5(U);
17 template<typename T> template<typename U> U X<T>::f5(U x) { return U(); } // expected-warning{{unused parameter 'x'}} function in class:X
25 x.f5(i);
  /prebuilts/go/darwin-x86/doc/progs/
interface2.go 69 func f5() { func
70 // START f5 OMIT
  /prebuilts/go/darwin-x86/test/
escape4.go 41 func f5() *byte { func
switch5.go 76 func f5(a [1]int) { func
  /prebuilts/go/linux-x86/doc/progs/
interface2.go 69 func f5() { func
70 // START f5 OMIT
  /prebuilts/go/linux-x86/test/
escape4.go 41 func f5() *byte { func
switch5.go 76 func f5(a [1]int) { func
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
field.s 5 .global f1,f2,f3,f4,f5,f6,f7,f8
10 f5: .field 04321h, 32 ; label

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 9