Searched defs:f5 (Results 1 - 25 of 108) sorted by relevance

12345

/external/clang/test/Sema/
H A Ddefault.c3 void f5 (int z) { function
H A Dattr-noreturn.c31 extern void f5 (unsigned long) __attribute__ ((__noreturn__));
34 f5 (unsigned long size) function
H A Dfloating-point-compare.c19 int f5(float x) { function
/external/chromium_org/v8/test/webkit/
H A DtoString-number-dot-expr.js179 function f5(a) { function
/external/clang/test/CodeGenCXX/
H A Dreinterpret-cast.cpp17 void f5(void*& u) { function
H A Dmangle-variadic-templates.cpp54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} function
56 template identity<int(int, float, double)> f5();
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-scoping.js111 function f5(one) { function
128 f5(1);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dloopcount.js50 function f5() { function
55 assertEquals(-0x40000001, f5());
H A Dvariables.js63 function f5(x) { function
66 assertEquals(5, f5(5));
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp11 int (*f5 [[carries_dependency]])(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv-x64.c10 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()
H A Dinline2.c24 // 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()
H A Dmangle-windows.c16 void __fastcall f5(short a) {} function
17 // CHECK: define x86_fastcallcc void @"\01@f5@4"
/external/chromium_org/v8/test/mjsunit/
H A Darguments.js133 function f5(x, y, z) { function
146 f5(2, 3, 5);
H A Dsimple-constructor.js82 function f5(x, y) { class
120 testArgs(f5);
/external/clang/test/Index/
H A Dcomplete-exprs.c23 void f5(float f) { function
68 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f5}{LeftParen (}{Placeholder float f}{RightParen )} (50)
/external/clang/test/Parser/
H A Dcxx-stmt.cpp57 void f5() { function
66 return f5(), // ok
/external/clang/test/SemaCXX/
H A Dwarn-unused-parameters.cpp9 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/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp94 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/
H A Dasync.pass.cpp58 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/
H A Dldr-pseudo.s46 // CHECK-LABEL: f5:
47 f5: label
107 ldr x0, =f5
205 // CHECK: .word f5
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s38 @ CHECK-LABEL: f5:
39 f5: label
99 ldr r0, =f5
206 @ CHECK: .long f5
H A Dldr-pseudo.s38 @ CHECK-LABEL: f5:
39 f5: label
99 ldr r0, =f5
195 @ CHECK: .long f5
H A Dltorg-darwin.s41 b f5
50 @ CHECK-LABEL: f5:
51 f5: label
H A Dltorg.s39 b f5
46 @ CHECK-LABEL: f5:
47 f5: label

Completed in 3445 milliseconds

12345