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

1 2 3 4 5 6 7 8

  /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
alias-redefinition.c 23 void f5() {} function
24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous definition}}
  /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
  /external/v8/test/webkit/
toString-number-dot-expr.js 179 function f5(a) { 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::__anon8028::__anon8029
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);
  /external/v8/test/mjsunit/compiler/
loopcount.js 50 function f5() { function
55 assertEquals(-0x40000001, f5());
  /external/v8/test/mjsunit/es6/
new-target.js 381 function f5() { 'use strict'; { let x; return new.target } } function
382 assertSame(f5, new f5);
  /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
  /external/v8/test/mjsunit/
arguments.js 135 function f5(x, y, z) { function
148 f5(2, 3, 5);
  /external/clang/test/Parser/
cxx-stmt.cpp 57 void f5() { function
66 return f5(), // ok

Completed in 761 milliseconds

1 2 3 4 5 6 7 8