/external/clang/test/CodeGen/ |
D | stdcall-fastcall.c | 3 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/ |
D | stdcall-fastcall.c | 3 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/ |
D | mangle-win-ccs.cpp | 14 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()
|
D | fastcall.cpp | 3 void __attribute__((fastcall)) foo1(int &y); 15 void __attribute__((fastcall)) foo2(S1 a, int b);
|
D | default_calling_conv.cpp | 27 void __attribute__((fastcall)) test3() {} in test3()
|
D | lambda-conversion-op-cc.cpp | 16 double (*__attribute__((fastcall)) fp4)(int, float, double) = lambda; in usage()
|
/external/clang/test/Sema/ |
D | stdcall-fastcall.c | 5 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…
|
D | stdcall-fastcall-x64.c | 5 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…
|
D | callingconv.c | 4 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 *);
|
D | callingconv-iamcu.c | 3 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…
|
D | attr-args.c | 8 inline __attribute__((fastcall(a))) void *f5(); // expected-error {{'fastcall' attribute takes no …
|
/external/llvm-project/clang/test/Sema/ |
D | stdcall-fastcall-x64.c | 5 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…
|
D | stdcall-fastcall.c | 5 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…
|
D | callingconv.c | 4 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 *);
|
D | callingconv-iamcu.c | 3 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…
|
D | no_callconv.cpp | 18 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/ |
D | mingw-comdats.ll | 37 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/ |
D | cxx11-gnu-attrs.cpp | 11 [[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]]();
|
D | type-attrs.cpp | 5 void i() [[gnu::fastcall]] {} // expected-warning {{GCC does not allow the 'fastcall' attribute to… in i()
|
/external/clang/test/SemaCXX/ |
D | cxx11-gnu-attrs.cpp | 11 [[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/ |
D | dllexport.s | 9 # 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:
|
D | def-export-stdcall.s | 12 # 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/ |
D | fastcall.cpp | 3 void __attribute__((fastcall)) foo1(int &y); 15 void __attribute__((fastcall)) foo2(S1 a, int b);
|
D | default_calling_conv.cpp | 17 void __attribute__((fastcall)) test3() {} in test3()
|
/external/arm-trusted-firmware/services/spd/trusty/ |
D | smcall.h | 20 #define SMC_NR(entity, fn, fastcall, smc64) \ argument 21 (((((uint32_t)(fastcall)) & 0x1U) << 31U) | \
|