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

123

/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
H A Dattr-unused.c37 int f5(int x __attribute__((__unused__))) { function
H A Dvarargs.c37 void f5() { function
H A Dvla.c56 void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array folded to constant array as an extension}} function
H A Dwarn-unused-function.c20 static void __attribute__((used)) f5() {} function
/external/clang/test/CodeGen/
H A Dstdcall-fastcall.c11 void __attribute__((stdcall)) f5(void) { function
12 // CHECK: define x86_stdcallcc void @f5()
27 void (__attribute__((stdcall)) *pf5)(void) = f5;
31 f4(); f5(); f6();
33 // CHECK: call x86_stdcallcc void @f5()
H A D2007-09-28-PackedUnionMember.c11 struct opaque3 *f5; member in struct:H::__anon3271::__anon3272
H A Dinline2.c24 // 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()
H A Dmicrosoft-call-conv.c11 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()
/external/clang/test/CodeGenCXX/
H A Dreinterpret-cast.cpp15 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/clang/test/SemaCXX/
H A Dif-empty-body.cpp33 void f5() { function
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/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/v8/test/mjsunit/
H A Dswitch.js130 function f5(x) { function
140 assertTrue(f5(-2), "negcase.-2");
141 assertFalse(f5(-1), "negcase.-1");
142 assertTrue(f5(0), "negcase.-0");
143 assertEquals(42, f5(1), "negcase.1");
144 assertFalse(f5(2), "negcase.2");
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
/external/clang/test/Analysis/
H A Doutofbound.c41 void f5() { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.3-1.js104 function f5(x,x,x,x) function
108 actual = f5.toString().match(/\((.*)\)/)[1];
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
H A D11.9.6-1.js135 function f5(arr) function
154 actual = f5(arrUndef);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-85880.js99 function f5() function
104 f5();
106 return f5.arguments;
109 actual = (f5() == null);
114 actual = (f5(0) == null);

Completed in 1734 milliseconds

123