HomeSort by relevance Sort by last modified time
    Searched defs:f5 (Results 1 - 25 of 219) 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.27/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
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22200b.go 23 func f5(x *[1 << 33]byte) byte { // ERROR "stack frame too large" func
issue21655.go 27 func f5(a []float64, i int64) float64 { func
issue22881.go 16 f0, f1, f2, f3, f4, f5, f6, f7,
57 func f5(m map[int]int) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22200b.go 23 func f5(x *[1 << 33]byte) byte { // ERROR "stack frame too large" func
issue21655.go 27 func f5(a []float64, i int64) float64 { func
issue22881.go 16 f0, f1, f2, f3, f4, f5, f6, f7,
57 func f5(m map[int]int) { func
  /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.27/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
  /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 53 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 53 func f5(a [1]int) { func

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 9