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

1 2 3 4

  /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
varargs.c 37 void f5() { 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/v8/test/mjsunit/harmony/
block-scoping.js 107 function f5(one) { function
124 f5(1);
  /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: 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::__anon6268::__anon6269
inline2.c 24 // CHECK-GNU89: define i32 @f5()
25 // CHECK-C99: define i32 @f5()
26 extern inline int f5(void);
27 inline int f5(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv.c 11 void __stdcall f5(void) { function
12 // CHECK: define x86_stdcallcc void @f5()
27 void (__stdcall *pf5)(void) = f5;
31 f4(); f5(); f6();
33 // CHECK: call x86_stdcallcc void @f5()
functions.c 40 void f5() { f4(42); } //expected-warning {{too many arguments}} function
pointer-arithmetic.c 18 FP f5(FP a, int b) { return a + b; } 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);
  /external/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/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}}
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 25 float f5 = 0.0f; local
  /external/clang/test/Analysis/
stream.c 41 void f5(void) { function

Completed in 777 milliseconds

1 2 3 4