Searched defs:f6 (Results 1 - 25 of 67) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dstdcall-fastcall.c16 void __attribute__((thiscall)) f6(void) { function
17 // CHECK: define x86_thiscallcc void @f6()
28 void (__attribute__((thiscall)) *pf6)(void) = f6;
31 f4(); f5(); f6();
34 // CHECK: call x86_thiscallcc void @f6()
H A Dinline2.c29 // CHECK-GNU89: define i32 @f6()
30 // CHECK-C99: define i32 @f6()
31 inline int f6(void);
32 extern inline int f6(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmicrosoft-call-conv.c16 void __thiscall f6(void) { function
17 // CHECK: define x86_thiscallcc void @f6()
28 void (__thiscall *pf6)(void) = f6;
31 f4(); f5(); f6();
34 // CHECK: call x86_thiscallcc void @f6()
H A D2007-09-28-PackedUnionMember.c12 unsigned short f6; member in struct:H::__anon4138::__anon4139
H A Dfunctions.c43 static void f6(const float f, const float g) { function
46 f6(f, g);
48 // CHECK: call void @f6(float{{.*}}, float{{.*}})
H A Dpointer-arithmetic.c20 FP f6(int a, FP b) { return a + b; } function
/external/v8/test/mjsunit/compiler/
H A Dloopcount.js58 function f6() { var x = 0x3fffffff; x++; return x+1; } function
59 assertEquals(0x40000001, f6());
H A Dvariables.js72 function f6(arguments) { return arguments; } function
73 assertEquals(6, f6(6));
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp5 friend void f6(int) { } // expected-error{{redefinition of}} \ function in struct:X1
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp59 template<int ...Values> int_tuple<Values...> f6() {} function
61 template int_tuple<1, 2, 3> f6();
H A Dmangle-neon-vectors.cpp28 void f6(float32x4_t v) { } function
H A Dmangle-unnamed.cpp50 int f6() { function
/external/clang/test/Sema/
H A Ddecl-in-prototype.c30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}} function
H A Dpragma-unused.c27 void f6(void) { function
H A Dattr-unused.c41 int f6(int x __attribute__((__unused__))) { function
H A Dvarargs.c42 void f6(int a, ...) { function
/external/llvm/test/MC/MachO/
H A Ddarwin-x86_64-reloc.s72 f6: label
79 movl f6(%rip), %eax
84 .quad f6
361 // CHECK: ('_string', 'f6')
/external/v8/test/mjsunit/harmony/
H A Dblock-scoping.js128 function f6() { function
137 assertEquals(3, f6(6));
/external/v8/test/mjsunit/
H A Dsimple-constructor.js87 function f6(x, y) { class
121 testArgs(f6);
H A Dswitch.js184 function f6(N) { function
260 assertEquals(190, f6(20), "largeSwitch.20");
261 assertEquals(2016, f6(64), "largeSwitch.64");
262 assertEquals(4032, f6(128), "largeSwitch.128");
263 assertEquals(4222, f6(148), "largeSwitch.148");
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.3-1.js114 function f6(x,x,x,x) function
124 actual = f6(1,2,3,4);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
H A D11.9.6-1.js161 function f6(arr) function
174 actual = f6(arrUndef);
/external/clang/test/Analysis/
H A Dmalloc-overflow.c38 void * f6(int n) function
H A Doutofbound.c47 void f6() { function
H A Dstream.c50 void f6(void) { function

Completed in 398 milliseconds

123