/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/clang/test/SemaCXX/ |
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}}
|
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);
|
/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()
|
D | debug-info-calling-conventions.cpp | 14 void __fastcall fastcallcc() {} in fastcallcc()
|
D | microsoft-abi-cdecl-method-sret.cpp | 39 S __fastcall f(int x);
|
D | microsoft-abi-byval-sret.cpp | 14 A __fastcall qux(A o);
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 27 void __fastcall foo_fastcall() {} in foo_fastcall()
|
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 27 void __fastcall foo_fastcall() {} in foo_fastcall()
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 56 #ifndef __fastcall 57 #define __fastcall macro 86 SH_IMPORT_EXPORT int __fastcall ShFinalize();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Demangle/ |
D | ms-windows.test | 14 ; CHECK: void __fastcall f2(void)
|
/external/libffi/testsuite/libffi.call/ |
D | ffitest.h | 31 #define __FASTCALL__ __fastcall
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | ffitest.h | 31 #define __FASTCALL__ __fastcall
|
/external/python/cpython3/Include/ |
D | pyport.h | 174 #define Py_LOCAL(type) static type __fastcall 175 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
|
/external/libxml2/include/libxml/ |
D | xmlexports.h | 71 #define XMLCALL __fastcall
|
/external/python/cpython2/Include/ |
D | pyport.h | 288 #define Py_LOCAL(type) static type __fastcall 289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3defs.hpp | 150 #define ANTLR_FASTCALL __fastcall
|
/external/u-boot/lib/lzma/ |
D | Types.h | 97 #define MY_FAST_CALL __fastcall
|