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

1 2 3 4 5

  /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
attr-unused.c 37 int f5(int x __attribute__((__unused__))) { function
  /external/clang/test/CodeGenCXX/
reinterpret-cast.cpp 17 void f5(void*& u) { function
mangle-variadic-templates.cpp 54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} function
56 template identity<int(int, float, double)> f5();
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 179 function f5(a) { function
  /external/chromium_org/v8/test/mjsunit/harmony/
block-scoping.js 111 function f5(one) { function
128 f5(1);
  /external/chromium_org/v8/test/mjsunit/compiler/
loopcount.js 50 function f5() { function
55 assertEquals(-0x40000001, f5());
variables.js 63 function f5(x) { function
66 assertEquals(5, f5(5));
  /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/
mangle-windows.c 16 void __fastcall f5(short a) {} function
17 // CHECK: define x86_fastcallcc void @"\01@f5@4"
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()
2007-09-28-PackedUnionMember.c 11 struct opaque3 *f5; member in struct:H::__anon23164::__anon23165
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()
microsoft-call-conv.c 13 void __stdcall f5(void) { function
14 // CHECK-LABEL: define x86_stdcallcc void @f5()
29 void (__stdcall *pf5)(void) = f5;
33 f4(); f5(); f6();
35 // CHECK: call x86_stdcallcc 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/chromium_org/v8/test/mjsunit/
arguments.js 133 function f5(x, y, z) { function
146 f5(2, 3, 5);
simple-constructor.js 82 function f5(x, y) { class
120 testArgs(f5);
  /external/clang/test/Parser/
cxx-stmt.cpp 57 void f5() { function
66 return f5(), // ok
  /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/libcxx/test/thread/futures/futures.async/
async.pass.cpp 58 void f5(int i) function
185 std::future<void> f = std::async(f5, 3);
191 std::future<void> f = std::async(std::launch::deferred, f5, 3);
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 46 // CHECK-LABEL: f5:
47 f5: label
107 ldr x0, =f5
205 // CHECK: .word f5
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 38 @ CHECK-LABEL: f5:
39 f5: label
99 ldr r0, =f5
206 @ CHECK: .long f5

Completed in 912 milliseconds

1 2 3 4 5