Searched refs:__fastcall (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | pcb.h | 113 void resumectx(struct pcb *) __fastcall;
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha512.c | 444 static SHA_LONG64 __fastcall __pull64be(const void *x) in __pull64be() 456 static SHA_LONG64 __fastcall __pull64be(const void *x) in __pull64be()
|
/freebsd/sys/sys/ |
H A D | cdefs.h | 253 #define __fastcall __attribute__((__fastcall__)) macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 611 KEYWORD(__fastcall , KEYALL) 754 ALIAS("_fastcall" , __fastcall , KEYMS | KEYBORLAND)
|
H A D | AttrDocs.td | 2908 not require callee-cleanup. See the documentation for `__fastcall`_ on MSDN. 2910 .. _`__fastcall`: http://msdn.microsoft.com/en-us/library/6xa169sk.aspx 2946 On 32-bit x86 targets, this calling convention is similar to ``__fastcall``.
|
H A D | Attr.td | 1692 let Spellings = [GCC<"fastcall">, CustomKeyword<"__fastcall">,
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 4013 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 4033 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libtool.m4 | 4013 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | libtool.m4 | 4013 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/file/m4/ |
H A D | libtool.m4 | 4013 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/libevent/m4/ |
H A D | libtool.m4 | 4034 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
|
/freebsd/contrib/ldns/m4/ |
H A D | libtool.m4 | 4024 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/unbound/ |
H A D | aclocal.m4 | 4022 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/sqlite3/ |
H A D | aclocal.m4 | 4038 # Also find C++ and __fastcall symbols from MSVC++,
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 8656 HelpText<"Set __fastcall as a default calling convention">;
|