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

1 2

  /external/clang/test/CodeGen/
stdcall-fastcall.c 46 void __attribute((stdcall)) f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
2007-09-28-PackedUnionMember.c 13 } f7; member in union:H::__anon4752
inline2.c 34 // CHECK-GNU89: define i32 @f7()
35 // CHECK-C99: define i32 @f7()
36 extern inline int f7(void);
37 extern int f7(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv.c 46 void __stdcall f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
functions.c 45 void f7(float f, float g) { function
47 // CHECK: define void @f7(float{{.*}}, float{{.*}})
pointer-arithmetic.c 22 FP f7(FP a, int b) { return a - b; } function
function-attributes.c 9 // CHECK: define void @f7(i16 zeroext %x) nounwind
25 void f7(unsigned short x) { } function
  /external/clang/test/Sema/
floating-point-compare.c 23 int f7(float x) { function
pragma-unused.c 34 void f7() { function
varargs.c 55 void f7(int a, ...) { function
warn-unused-function.c 25 static void f7(void);
27 void f9(void) { f8(f7); }
28 static void f7(void) {} function
  /external/v8/test/mjsunit/compiler/
loopcount.js 62 function f7() { function
68 assertEquals(0x40000001, f7());
  /external/v8/test/mjsunit/
switch.js 228 function f7(value) { function
262 assertEquals("default", f7(0.1), "0-1-switch.double-0.1");
263 assertEquals("0", f7(-0), "0-1-switch.double-neg0");
264 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi");
265 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi");
266 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++");
267 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--");
268 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
simple-constructor.js 92 function f7(x, y, z) { class
122 testArgs(f7);
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 65 template_tuple<Templates...> f7() {} function
67 template template_tuple<identity, add_reference> f7();
mangle-neon-vectors.cpp 30 void f7(poly8x16_t v) { } function
mangle-unnamed.cpp 62 int f7() { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 27 float f7 = 0.0f; local
  /external/clang/test/Analysis/
outofbound.c 53 void f7() { function
stream.c 56 void f7(void) { function
malloc-overflow.c 45 void * f7(int n) function
array-struct.c 74 void f7() { function
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 58 void f7(int(C7)) { } // expected-note{{candidate}} function
61 f7(1); // expected-error{{no matching function}}
62 f7(g7); //OK
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 133 function f7(x,x,x,x) function
144 actual = f7(1,2,3,4);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOpTest.java 66 File f7 = createFile("/dir1", "dir2", "dir6", "file7"); local
72 assertFalse(m.isDirectory(f7));

Completed in 1039 milliseconds

1 2