/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 | 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/libchrome/base/ |
D | bind_internal_win.h | 46 class RunnableAdapter<R(__fastcall *)(Args...)> { 52 explicit RunnableAdapter(R(__fastcall *function)(Args...)) in RunnableAdapter() 61 R (__fastcall *function_)(Args...);
|
/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 | microsoft-abi-cdecl-method-sret.cpp | 39 S __fastcall f(int x);
|
D | microsoft-abi-byval-sret.cpp | 14 A __fastcall qux(A o);
|
D | mangle-ms.cpp | 136 bool __fastcall beta(long long a, wchar_t b) throw(signed char, unsigned char) { in beta()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 5 void (*__fastcall fastpfunc)(void); variable 94 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers …
|
D | MicrosoftExtensions.cpp | 373 typedef void(*ignored_quals_dummy2)(), __fastcall ignored_quals2; // expected-warning {{qualifiers …
|
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 23 void __fastcall foo_fastcall() {} in foo_fastcall()
|
/external/libxml2/include/libxml/ |
D | xmlexports.h | 71 #define XMLCALL __fastcall
|
/external/lzma/C/ |
D | 7zTypes.h | 116 #define MY_FAST_CALL __fastcall
|
/external/zlib/src/contrib/delphi/ |
D | zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
|
/external/zlib/src/contrib/pascal/ |
D | zlibd32.mak | 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
|
D | readme.txt | 38 (__pascal for DOS and Windows16, __fastcall for Windows32).
|
/external/skia/include/private/ |
D | SkTLogic.h | 51 template <typename R, typename... Args> struct is_function<R __fastcall (Args...)> : std::true_type…
|
/external/pcre/dist/sljit/ |
D | sljitConfigInternal.h | 485 #define SLJIT_CALL __fastcall
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3defs.h | 148 #define ANTLR3_FASTCALL __fastcall
|