Searched refs:thiscall (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/dll/detail/demangling/ |
D | msvc.hpp | 168 auto const thiscall = "__cdecl" >> x3::space; variable 170 auto const thiscall = "__thiscall" >> x3::space; variable 283 thiscall >> //cdecl declaration for methods. stdcall cannot be in get_mem_fn() 334 thiscall >> //cdecl declaration for methods. stdcall cannot be in get_constructor() 380 thiscall >> //cdecl declaration for methods. stdcall cannot be in get_destructor()
|
/third_party/libffi/testsuite/libffi.call/ |
D | ffitest.h | 25 #define __THISCALL__ __attribute__((thiscall))
|
/third_party/libffi/testsuite/libffi.closures/ |
D | ffitest.h | 25 #define __THISCALL__ __attribute__((thiscall))
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gcc-attr-list.h | 177 GCC_ATTR(thiscall)
|
/third_party/libffi/ |
D | README.md | 222 Add support for stdcall, thiscall, and fastcall on non-Windows 257 Add thiscall, fastcall and MSVC cdecl support on Windows.
|
D | ChangeLog.old | 17 Add support for stdcall, thiscall, and fastcall on non-Windows 1240 thiscall-convention. 1260 for thiscall-calling convention. 1267 (ffi_call): Add support for stdcall/thiscall convention. 1273 fastcall/thiscall calling-convention calls. 2005 * src/x86/ffi.c (ffi_prep_raw_closure_loc): Add thiscall
|
D | ChangeLog | 1118 For thiscall and fastcall, if the paramter passed as 64-bit integer or 5778 logic from the stdcall and thiscall trampolines to the functions they 6003 stdcall, thiscall, and fastcall. 6216 Add support for stdcall, thiscall, and fastcall on non-Windows x86-32
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 110 #define __THISCALL__ __attribute__((thiscall))
|
/third_party/boost/libs/function_types/doc/ |
D | function_types.qbk | 930 // Don't get confused by the last line, here (thiscall can't be specified
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 650 // Do not pass the sret argument in RCX, the Win64 thiscall calling
|