Home
last modified time | relevance | path

Searched refs:fastcall (Results 1 – 25 of 76) sorted by relevance

1234

/external/clang/test/CodeGen/
Dstdcall-fastcall.c3 void __attribute__((fastcall)) f1(void);
6 void __attribute__((fastcall)) f4(void) { in f4()
23 void (__attribute__((fastcall)) *pf1)(void) = f1;
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
52 void __attribute__((fastcall)) foo1(int y);
62 void __attribute__((fastcall)) foo2(struct S1 y);
69 void __attribute__((fastcall)) foo3(int *y);
77 void __attribute__((fastcall)) foo4(enum Enum y);
89 void __attribute__((fastcall)) foo5(struct S2 y);
96 void __attribute__((fastcall)) foo6(long long y);
[all …]
/external/llvm-project/clang/test/CodeGen/
Dstdcall-fastcall.c3 void __attribute__((fastcall)) f1(void);
6 void __attribute__((fastcall)) f4(void) { in f4()
23 void (__attribute__((fastcall)) *pf1)(void) = f1;
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
52 void __attribute__((fastcall)) foo1(int y);
62 void __attribute__((fastcall)) foo2(struct S1 y);
69 void __attribute__((fastcall)) foo3(int *y);
77 void __attribute__((fastcall)) foo4(enum Enum y);
89 void __attribute__((fastcall)) foo5(struct S2 y);
96 void __attribute__((fastcall)) foo6(long long y);
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-win-ccs.cpp14 void __attribute__((fastcall)) f_fastcall(int, int);
38 void funcRefType(void(__attribute__((fastcall)) & fr)(int, int)) { in funcRefType()
50 void memptrCCType(Foo &o, void (__attribute__((fastcall)) Foo::*mp)(int, int)) { in memptrCCType()
61 template <typename T> void __attribute__((fastcall)) fnTemplate() {} in fnTemplate()
62 template void __attribute__((fastcall)) fnTemplate<short>();
63 template <> void __attribute__((fastcall)) fnTemplate<int>() {} in fnTemplate()
67 typedef void (__attribute__((fastcall)) *fp_cc_t)(int, int);
68 template <typename T> fp_cc_t __attribute__((fastcall)) fnTempReturn() { return nullptr; } in fnTempReturn()
69 template fp_cc_t __attribute__((fastcall)) fnTempReturn<short>();
70 template <> fp_cc_t __attribute__((fastcall)) fnTempReturn<int>() { return nullptr; } in fnTempReturn()
Dfastcall.cpp3 void __attribute__((fastcall)) foo1(int &y);
15 void __attribute__((fastcall)) foo2(S1 a, int b);
Ddefault_calling_conv.cpp27 void __attribute__((fastcall)) test3() {} in test3()
Dlambda-conversion-op-cc.cpp16 double (*__attribute__((fastcall)) fp4)(int, float, double) = lambda; in usage()
/external/clang/test/Sema/
Dstdcall-fastcall.c5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types;…
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-error{{fastcall and stdcall attribu…
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was…
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-error {{not compat…
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-error {{not comp…
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-error {{not c…
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-error {{not comp…
18 void rdar8876096foo6(int i, int j) __attribute__((cdecl, fastcall)); // expected-error {{not compat…
20 void rdar8876096foo8(int i, int j) __attribute__((regparm(2), fastcall)); // expected-error {{not c…
Dstdcall-fastcall-x64.c5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types;…
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcal…
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' igno…
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-warning{{calling c…
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{calling…
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-warning {{cal…
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-warning{{calling…
18 void rdar8876096foo6(int i, int j) __attribute__((cdecl, fastcall)); // expected-warning {{calling …
20 void rdar8876096foo8(int i, int j) __attribute__((regparm(2), fastcall)); // expected-warning {{cal…
Dcallingconv.c4 void __attribute__((fastcall)) foo(float *a) { in foo()
10 void __attribute__((fastcall(1))) baz(float *a) { // expected-error {{'fastcall' attribute takes no… in baz()
13 void __attribute__((fastcall)) test0() { in test0()
16 void __attribute__((fastcall)) test1(void) { in test1()
19 void __attribute__((fastcall)) test2(int a, ...) { // expected-warning {{fastcall calling conventio… in test2()
30 void (__attribute__((fastcall)) *pfoo)(float*) = foo;
41 typedef void (__attribute__((fastcall)) *Handler) (float *);
Dcallingconv-iamcu.c3 void __attribute__((fastcall)) foo(float *a) { // expected-warning {{calling convention 'fastcall' … in foo()
9 void __attribute__((fastcall(1))) baz(float *a) { // expected-error {{'fastcall' attribute takes no… in baz()
12 void __attribute__((fastcall)) test2(int a, ...) { // expected-warning {{calling convention 'fastca… in test2()
23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{calling convention 'fas…
32 typedef void (__attribute__((fastcall)) *Handler) (float *); // expected-warning {{calling conventi…
Dattr-args.c8 inline __attribute__((fastcall(a))) void *f5(); // expected-error {{'fastcall' attribute takes no …
/external/llvm-project/clang/test/Sema/
Dstdcall-fastcall-x64.c5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types;…
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{'stdcall' calling conventi…
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{'fastcall' calling convention is n…
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-warning{{'fastcall…
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{'stdcal…
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-warning {{'fa…
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-warning{{'stdcal…
18 void rdar8876096foo6(int i, int j) __attribute__((cdecl, fastcall)); // expected-warning {{'fastcal…
20 void rdar8876096foo8(int i, int j) __attribute__((regparm(2), fastcall)); // expected-warning {{'fa…
Dstdcall-fastcall.c5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types;…
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-error{{fastcall and stdcall attribu…
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was…
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-error {{not compat…
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-error {{not comp…
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-error {{not c…
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-error {{not comp…
18 void rdar8876096foo6(int i, int j) __attribute__((cdecl, fastcall)); // expected-error {{not compat…
20 void rdar8876096foo8(int i, int j) __attribute__((regparm(2), fastcall)); // expected-error {{not c…
Dcallingconv.c4 void __attribute__((fastcall)) foo(float *a) { in foo()
10 void __attribute__((fastcall(1))) baz(float *a) { // expected-error {{'fastcall' attribute takes no… in baz()
13 void __attribute__((fastcall)) test0() { in test0()
16 void __attribute__((fastcall)) test1(void) { in test1()
19 void __attribute__((fastcall)) test2(int a, ...) { // expected-warning {{fastcall calling conventio… in test2()
30 void (__attribute__((fastcall)) *pfoo)(float*) = foo;
41 typedef void (__attribute__((fastcall)) *Handler) (float *);
Dcallingconv-iamcu.c3 void __attribute__((fastcall)) foo(float *a) { // expected-warning {{'fastcall' calling convention … in foo()
9 void __attribute__((fastcall(1))) baz(float *a) { // expected-error {{'fastcall' attribute takes no… in baz()
12 void __attribute__((fastcall)) test2(int a, ...) { // expected-warning {{'fastcall' calling convent… in test2()
23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{'fastcall' calling conv…
32 typedef void (__attribute__((fastcall)) *Handler) (float *); // expected-warning {{'fastcall' calli…
Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE()
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE()
/external/llvm-project/llvm/test/CodeGen/X86/
Dmingw-comdats.ll37 define dso_local x86_fastcallcc i32 @fastcall(i32 %x, i32 %y) {
42 ; CHECK: .section .text,"xr",one_only,fastcall
43 ; CHECK: fastcall:
44 ; GNU: .section .text$fastcall,"xr",one_only,fastcall
45 ; GNU: fastcall:
46 ; GNU32: .section .text$fastcall,"xr",one_only,@fastcall@8
47 ; GNU32: @fastcall@8:
/external/llvm-project/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp11 [[gnu::fastcall]] void pr17424_1();
13 [[gnu::fastcall]] [[gnu::stdcall]] void pr17424_2();
16 [[gnu::fastcall]] __stdcall void pr17424_3();
19 [[gnu::fastcall]] void pr17424_4() [[gnu::stdcall]];
22 void pr17424_5 [[gnu::fastcall]]();
Dtype-attrs.cpp5 void i() [[gnu::fastcall]] {} // expected-warning {{GCC does not allow the 'fastcall' attribute to… in i()
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp11 [[gnu::fastcall]] void pr17424_1();
13 [[gnu::fastcall]] [[gnu::stdcall]] void pr17424_2();
16 [[gnu::fastcall]] __stdcall void pr17424_3();
19 [[gnu::fastcall]] void pr17424_4() [[gnu::stdcall]];
23 void pr17424_5 [[gnu::fastcall]]();
/external/llvm-project/lld/test/COFF/
Ddllexport.s9 # DECORATED-IMPLIB-NEXT: __imp_@fastcall@8
10 # DECORATED-IMPLIB-NEXT: @fastcall@8
21 # DECORATED-EXPORTS: Name: @fastcall@8
31 .globl @fastcall@8
38 @fastcall@8:
Ddef-export-stdcall.s12 # UNDECORATED-IMPLIB-NEXT: __imp_@fastcall@8
13 # UNDECORATED-IMPLIB-NEXT: fastcall@8
22 # UNDECORATED-EXPORTS: Name: fastcall
33 # DECORATED-IMPLIB-NEXT: __imp_@fastcall@8
34 # DECORATED-IMPLIB-NEXT: @fastcall@8
42 # DECORATED-EXPORTS: Name: @fastcall@8
/external/clang/test/CodeGenCXX/
Dfastcall.cpp3 void __attribute__((fastcall)) foo1(int &y);
15 void __attribute__((fastcall)) foo2(S1 a, int b);
Ddefault_calling_conv.cpp17 void __attribute__((fastcall)) test3() {} in test3()
/external/arm-trusted-firmware/services/spd/trusty/
Dsmcall.h20 #define SMC_NR(entity, fn, fastcall, smc64) \ argument
21 (((((uint32_t)(fastcall)) & 0x1U) << 31U) | \

1234