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

1234

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp12 int (*f6)() [[carries_dependency]]; // expected-error {{'carries_dependency' attribute cannot be applied to types}} variable
/external/clang/test/CodeGen/
H A Dx86_64-arguments-win32.c24 // CHECK-LABEL: define void @f6({ double, double }* %a)
25 void f6(_Complex double a) {} function
H A Dinline2.c29 // CHECK-GNU89-LABEL: define i32 @f6()
30 // CHECK-C99-LABEL: define i32 @f6()
31 inline int f6(void);
32 extern inline int f6(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A D2007-09-28-PackedUnionMember.c12 unsigned short f6; member in struct:H::__anon1705::__anon1706
H A Dmangle-windows.c37 void __fastcall f6(int a) {} function
38 // CHECK: define x86_fastcallcc void @"\01@f6@4"
39 // X64: define void @f6(
H A Dmicrosoft-call-conv.c18 void __thiscall f6(void) { function
19 // CHECK-LABEL: define x86_thiscallcc void @f6()
35 void (__thiscall *pf6)(void) = f6;
39 f4(); f5(); f6(); f61();
42 // CHECK: call x86_thiscallcc void @f6()
/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();
/external/clang/test/Parser/
H A Dcxx-stmt.cpp62 int f6() { function
63 int k, // expected-note {{change this ',' to a ';' to call 'f6'}}
64 f6(), // expected-error {{expected ';'}} expected-warning {{interpreted as a function declaration}} expected-note {{replace paren}}
/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 Dbuiltin-object-size.c48 void f6(void) function
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s60 @ CHECK-LABEL: f6:
61 f6: label
H A Dldr-pseudo.s60 @ CHECK-LABEL: f6:
61 f6: label
H A Dltorg-darwin.s57 b f6
66 @ CHECK-LABEL: f6:
67 f6: label
H A Dltorg.s53 b f6
60 @ CHECK-LABEL: f6:
61 f6: label
/external/llvm/test/MC/MachO/
H A Ddarwin-x86_64-reloc.s72 f6: label
79 movl f6(%rip), %eax
84 .quad f6
107 // CHECK-NEXT: Symbol: f6
163 // CHECK-NEXT: Symbol: f6
/external/v8/test/mjsunit/harmony/
H A Dblock-scoping.js132 function f6() { function
141 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/llvm/test/MC/AArch64/
H A Dldr-pseudo.s68 // CHECK-LABEL: f6:
69 f6: label
/external/v8/test/webkit/
H A DtoString-elision-trailing-comma.js49 function f6() { function
121 testToStringAndLength("f6", 4, 4);

Completed in 478 milliseconds

1234