Home
last modified time | relevance | path

Searched refs:__fastcall (Results 1 – 25 of 109) sorted by relevance

12345

/external/llvm-project/clang/test/CodeGen/
Dmangle-windows.c19 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()
Dmicrosoft-call-conv.c5 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()
Dmicrosoft-call-conv-x64.c3 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
Dmangle-windows-rtd.c9 void __fastcall f3(void) {} in f3()
/external/clang/test/CodeGen/
Dmangle-windows.c19 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()
Dmicrosoft-call-conv.c5 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()
Dmicrosoft-call-conv-x64.c3 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
Dmangle-windows-rtd.c9 void __fastcall f3(void) {} in f3()
/external/clang/test/Sema/
Ddecl-microsoft-call-conv.c6 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()
DMicrosoftCompatibility-x64.c13 int __fastcall func_fast(void);
/external/llvm-project/clang/test/Sema/
Ddecl-microsoft-call-conv.c6 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()
Dcalling-conv-complete-params.c25 EXTERN_C void __fastcall fwd_fast(struct Foo p);
29 void (__fastcall *fp_fwd_fast)(struct Foo) = &fwd_fast; variable
DMicrosoftCompatibility-x64.c13 int __fastcall func_fast(void);
/external/clang/test/SemaCXX/
Ddecl-microsoft-call-conv.cpp12 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);
Dcalling-conv-compat.cpp7 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/
Ddecl-microsoft-call-conv.cpp12 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);
Dcalling-conv-compat.cpp11 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/
Dmicrosoft-abi-vmemptr-fastcall.cpp4 virtual void __fastcall f(int a, int b);
6 void (__fastcall A::*doit())(int, int) { in doit()
Dmangle-windows.cpp11 void __fastcall f2(void) {} in f2()
19 extern "C" void __fastcall f4(void) {} in f4()
Ddebug-info-calling-conventions.cpp14 void __fastcall fastcallcc() {} in fastcallcc()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vmemptr-fastcall.cpp4 virtual void __fastcall f(int a, int b);
6 void (__fastcall A::*doit())(int, int) { in doit()
Dmangle-windows.cpp11 void __fastcall f2(void) {} in f2()
19 extern "C" void __fastcall f4(void) {} in f4()
/external/clang/test/Parser/
DMicrosoftExtensions.c5 void (*__fastcall fastpfunc)(void); variable
97 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers …
/external/llvm-project/clang/test/Parser/
DMicrosoftExtensions.c5 void (*__fastcall fastpfunc)(void); variable
97 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers …
/external/llvm-project/clang/test/SemaCUDA/
Dcuda-inherits-calling-conv.cu30 struct Foo<T __fastcall()> {};

12345