Home
last modified time | relevance | path

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

123

/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/clang/test/SemaCXX/
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}}
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);
/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()
Ddebug-info-calling-conventions.cpp14 void __fastcall fastcallcc() {} in fastcallcc()
Dmicrosoft-abi-cdecl-method-sret.cpp39 S __fastcall f(int x);
Dmicrosoft-abi-byval-sret.cpp14 A __fastcall qux(A o);
Dmangle-ms.cpp145 bool __fastcall beta(long long a, wchar_t b) throw(signed char, unsigned char) { in beta()
/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/test/tools/llvm-symbolizer/pdb/Inputs/
Dtest.cpp27 void __fastcall foo_fastcall() {} in foo_fastcall()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dffitest.h31 #define __FASTCALL__ __fastcall
/external/libxml2/include/libxml/
Dxmlexports.h71 #define XMLCALL __fastcall
/external/python/cpython2/Include/
Dpyport.h288 #define Py_LOCAL(type) static type __fastcall
289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
/external/lzma/C/
D7zTypes.h116 #define MY_FAST_CALL __fastcall
/external/libchrome/base/
Dbind_internal.h185 struct FunctorTraits<R(__fastcall*)(Args...)> {
191 static R Invoke(R(__fastcall* function)(Args...), RunArgs&&... args) {
/external/mesa3d/src/amd/addrlib/
Daddrtypes.h97 #define ADDR_FASTCALL __fastcall
/external/llvm/test/DebugInfo/X86/
DDW_AT_calling-convention.ll11 ; void __fastcall fastcallcc() {}
/external/zlib/src/contrib/pascal/
Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
/external/zlib/src/contrib/delphi/
Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl

123