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

1 2 3

  /external/clang/test/CodeGen/
stdcall-fastcall.c 16 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()
2007-09-28-PackedUnionMember.c 12 unsigned short f6; member in struct:H::__anon5690::__anon5691
inline2.c 29 // 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()
microsoft-call-conv.c 16 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()
functions.c 43 static void f6(const float f, const float g) { function
46 f6(f, g);
48 // CHECK: call void @f6(float{{.*}}, float{{.*}})
pointer-arithmetic.c 20 FP f6(int a, FP b) { return a + b; } function
  /external/v8/test/mjsunit/compiler/
loopcount.js 58 function f6() { var x = 0x3fffffff; x++; return x+1; } function
59 assertEquals(0x40000001, f6());
variables.js 72 function f6(arguments) { return arguments; } function
73 assertEquals(6, f6(6));
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 5 friend void f6(int) { } // expected-error{{redefinition of}} \ function in struct:X1
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 59 template<int ...Values> int_tuple<Values...> f6() {} function
61 template int_tuple<1, 2, 3> f6();
mangle-neon-vectors.cpp 28 void f6(float32x4_t v) { } function
  /external/clang/test/Sema/
attr-unused.c 41 int f6(int x __attribute__((__unused__))) { function
decl-in-prototype.c 30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}} function
pragma-unused.c 27 void f6(void) { function
varargs.c 42 void f6(int a, ...) { function
warn-unused-function.c 21 static void f6();
22 static void __attribute__((used)) f6();
23 static void f6() {}; function
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc.s 72 f6: label
79 movl f6(%rip), %eax
84 .quad f6
361 // CHECK: ('_string', 'f6')
  /external/v8/test/mjsunit/harmony/
block-scoping.js 128 function f6() { function
137 assertEquals(3, f6(6));
  /external/v8/test/mjsunit/
simple-constructor.js 87 function f6(x, y) { class
121 testArgs(f6);
switch.js 184 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");
  /frameworks/compile/mclinker/unittests/
FragmentTest.cpp 51 Fragment* f6 = new Fragment(Fragment::Target, s); local
SectionDataTest.cpp 66 Fragment* f6 = new Fragment(Fragment::Target, s); local
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 26 float f6 = 0.0f; local
  /external/clang/test/Analysis/
stream.c 50 void f6(void) { function
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 114 function f6(x,x,x,x) function
124 actual = f6(1,2,3,4);

Completed in 938 milliseconds

1 2 3