Searched defs:f7 (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dloopcount.js62 function f7() { function
68 assertEquals(0x40000001, f7());
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp13 int (*f7)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} variable
/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv-x64.c35 void __stdcall f7(foo) int foo; {} function
37 f7(0);
38 // CHECK: call void @f7(i32 0)
H A Dinline2.c34 // CHECK-GNU89-LABEL: define i32 @f7()
35 // CHECK-C99-LABEL: define i32 @f7()
36 extern inline int f7(void);
37 extern int f7(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmangle-windows.c22 void __fastcall f7(long a) {} function
23 // CHECK: define x86_fastcallcc void @"\01@f7@4"
H A D2007-09-28-PackedUnionMember.c13 } f7; member in union:H::__anon18546
H A Dmicrosoft-call-conv.c48 void __stdcall f7(foo) int foo; {} function
50 f7(0);
51 // CHECK: call x86_stdcallcc void @f7(i32 0)
H A Dfunctions.c45 void f7(float f, float g) { function
47 // CHECK: define void @f7(float{{.*}}, float{{.*}})
H A Dpointer-arithmetic.c22 FP f7(FP a, int b) { return a - b; } function
/external/clang/test/Sema/
H A Dfloating-point-compare.c23 int f7(float x) { function
H A Dpragma-unused.c34 void f7() { function
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-scoping.js145 function f7(a) { function
245 f7(1);
/external/chromium_org/v8/test/mjsunit/
H A Dsimple-constructor.js92 function f7(x, y, z) { class
122 testArgs(f7);
H A Dswitch.js266 function f7(value) { function
300 assertEquals("default", f7(0.1), "0-1-switch.double-0.1");
301 assertEquals("0", f7(-0), "0-1-switch.double-neg0");
302 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi");
303 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi");
304 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++");
305 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--");
306 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp65 template_tuple<Templates...> f7() {} function
67 template template_tuple<identity, add_reference> f7();
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo.s77 // CHECK-LABEL: f7:
78 f7: label
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s69 @ CHECK-LABEL: f7:
70 f7: label
H A Dldr-pseudo.s69 @ CHECK-LABEL: f7:
70 f7: label
H A Dltorg-darwin.s73 @ CHECK-LABEL: f7:
74 f7: label
H A Dltorg.s67 @ CHECK-LABEL: f7:
68 f7: label
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js53 function f7() { function
122 testToStringAndLength("f7", 2, 2);
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp59 void f7(int(C7)) { } // expected-note{{candidate}} function
62 f7(1); // expected-error{{no matching function}}
63 f7(g7); //OK
/external/clang/test/Analysis/
H A Dmalloc-overflow.c45 void * f7(int n) function
H A Doutofbound.c53 void f7() { function
H A Dstream.c56 void f7(void) { function

Completed in 3926 milliseconds

1234