/external/llvm-project/clang/test/CodeGen/ |
D | mangle-windows.c | 19 void __fastcall f2(void) {} in f2() 29 void __fastcall f4(char a) {} in f4() 33 void __fastcall f5(short a) {} in f5() 37 void __fastcall f6(int a) {} in f6() 41 void __fastcall f7(long a) {} in f7() 45 void __fastcall f8(long long a) {} in f8() 49 void __fastcall f9(long long a, char b, char c, short d) {} in f9()
|
D | microsoft-call-conv.c | 5 void __fastcall f1(void); 8 void __fastcall f4(void) { in f4() 30 void (__fastcall *pf1)(void) = f1; variable 33 void (__fastcall *pf4)(void) = f4; variable 63 void __fastcall f9(int x, int y) {}; in f9() 65 void __fastcall f10(int x, ...) {}; in f10()
|
D | microsoft-call-conv-x64.c | 3 void __fastcall f1(void); 5 void __fastcall f4(void) { in f4() 17 void (__fastcall *pf1)(void) = f1; variable 19 void (__fastcall *pf4)(void) = f4; variable
|
D | mangle-windows-rtd.c | 9 void __fastcall f3(void) {} in f3()
|
/external/clang/test/CodeGen/ |
D | mangle-windows.c | 19 void __fastcall f2(void) {} in f2() 29 void __fastcall f4(char a) {} in f4() 33 void __fastcall f5(short a) {} in f5() 37 void __fastcall f6(int a) {} in f6() 41 void __fastcall f7(long a) {} in f7() 45 void __fastcall f8(long long a) {} in f8() 49 void __fastcall f9(long long a, char b, char c, short d) {} in f9()
|
D | microsoft-call-conv.c | 5 void __fastcall f1(void); 8 void __fastcall f4(void) { in f4() 30 void (__fastcall *pf1)(void) = f1; variable 33 void (__fastcall *pf4)(void) = f4; variable 63 void __fastcall f9(int x, int y) {}; in f9() 65 void __fastcall f10(int x, ...) {}; in f10()
|
D | microsoft-call-conv-x64.c | 3 void __fastcall f1(void); 5 void __fastcall f4(void) { in f4() 17 void (__fastcall *pf1)(void) = f1; variable 19 void (__fastcall *pf4)(void) = f4; variable
|
D | mangle-windows-rtd.c | 9 void __fastcall f3(void) {} in f3()
|
/external/clang/test/Sema/ |
D | decl-microsoft-call-conv.c | 6 void __fastcall CrcGenerateTableFastcall(void); 7 void __fastcall CrcGenerateTableFastcall(); 8 void __fastcall CrcGenerateTableFastcall() {} in CrcGenerateTableFastcall() 22 void __fastcall CrcGenerateTableNoProtoFastcall(); // expected-error{{function with no prototype ca… 28 void __fastcall CrcGenerateTableNoProtoDefFastcall() {} in CrcGenerateTableNoProtoDefFastcall()
|
D | MicrosoftCompatibility-x64.c | 13 int __fastcall func_fast(void);
|
/external/llvm-project/clang/test/Sema/ |
D | decl-microsoft-call-conv.c | 6 void __fastcall CrcGenerateTableFastcall(void); 7 void __fastcall CrcGenerateTableFastcall(); 8 void __fastcall CrcGenerateTableFastcall() {} in CrcGenerateTableFastcall() 22 void __fastcall CrcGenerateTableNoProtoFastcall(); // expected-error{{function with no prototype ca… 28 void __fastcall CrcGenerateTableNoProtoDefFastcall() {} in CrcGenerateTableNoProtoDefFastcall()
|
D | calling-conv-complete-params.c | 25 EXTERN_C void __fastcall fwd_fast(struct Foo p); 29 void (__fastcall *fp_fwd_fast)(struct Foo) = &fwd_fast; variable
|
D | MicrosoftCompatibility-x64.c | 13 int __fastcall func_fast(void);
|
/external/clang/test/SemaCXX/ |
D | decl-microsoft-call-conv.cpp | 12 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}} 17 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was prev… 21 void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall' here was previo… 25 void __fastcall free_func_stdcall(); // expected-error {{function declared 'fastcall' here was prev… 36 void __fastcall free_func_default(int); 164 void __cdecl __cdecl __stdcall __cdecl __fastcall __vectorcall multi_cc(int x);
|
D | calling-conv-compat.cpp | 7 void __fastcall free_func_fastcall(); 12 typedef void (__fastcall *fptr_fastcall)(); 99 typedef void (__fastcall &fref_fastcall)(); 340 void __fastcall method_fastcall(); 346 void (__fastcall A::*mp4)() = &A::method_fastcall; 352 typedef void (__fastcall fun_fastcall)(); 366 X<void __fastcall ()>::p tmpl4 = &A::method_fastcall; 393 void pass_fptr_fastcall(void (__fastcall *fp)()); // expected-note {{candidate function not viable}}
|
/external/llvm-project/clang/test/SemaCXX/ |
D | decl-microsoft-call-conv.cpp | 12 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}} 17 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was prev… 21 void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall' here was previo… 25 void __fastcall free_func_stdcall(); // expected-error {{function declared 'fastcall' here was prev… 36 void __fastcall free_func_default(int); 164 void __cdecl __cdecl __stdcall __cdecl __fastcall __vectorcall multi_cc(int x);
|
D | calling-conv-compat.cpp | 11 void __fastcall free_func_fastcall(); 16 typedef void (__fastcall *fptr_fastcall)(); 103 typedef void (__fastcall &fref_fastcall)(); 352 void __fastcall method_fastcall(); 358 void (__fastcall A::*mp4)() = &A::method_fastcall; 364 typedef void (__fastcall fun_fastcall)(); 378 X<void __fastcall ()>::p tmpl4 = &A::method_fastcall; 404 void pass_fptr_fastcall(void (__fastcall *fp)());
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | microsoft-abi-vmemptr-fastcall.cpp | 4 virtual void __fastcall f(int a, int b); 6 void (__fastcall A::*doit())(int, int) { in doit()
|
D | mangle-windows.cpp | 11 void __fastcall f2(void) {} in f2() 19 extern "C" void __fastcall f4(void) {} in f4()
|
D | debug-info-calling-conventions.cpp | 14 void __fastcall fastcallcc() {} in fastcallcc()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vmemptr-fastcall.cpp | 4 virtual void __fastcall f(int a, int b); 6 void (__fastcall A::*doit())(int, int) { in doit()
|
D | mangle-windows.cpp | 11 void __fastcall f2(void) {} in f2() 19 extern "C" void __fastcall f4(void) {} in f4()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 5 void (*__fastcall fastpfunc)(void); variable 97 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers …
|
/external/llvm-project/clang/test/Parser/ |
D | MicrosoftExtensions.c | 5 void (*__fastcall fastpfunc)(void); variable 97 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers …
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | cuda-inherits-calling-conv.cu | 30 struct Foo<T __fastcall()> {};
|