We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7e6f04 + 14587da commit d430389Copy full SHA for d430389
src/items/external-blocks.md
@@ -90,6 +90,8 @@ There are also some platform-specific ABI strings:
90
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
91
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
92
`__vectorcall` and clang's `__attribute__((vectorcall))`
93
+* `extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
94
+ `__thiscall` and GCC and clang's `__attribute__((thiscall))`
95
* `extern "efiapi"` -- The ABI used for [UEFI] functions.
96
97
## Variadic functions
0 commit comments