Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpcb.h113 void resumectx(struct pcb *) __fastcall;
/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.c444 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 Dcdefs.h253 #define __fastcall __attribute__((__fastcall__)) macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def611 KEYWORD(__fastcall , KEYALL)
754 ALIAS("_fastcall" , __fastcall , KEYMS | KEYBORLAND)
H A DAttrDocs.td2908 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 DAttr.td1692 let Spellings = [GCC<"fastcall">, CustomKeyword<"__fastcall">,
/freebsd/contrib/openbsm/m4/
H A Dlibtool.m44013 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/openpam/m4/
H A Dlibtool.m44033 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m44013 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m44013 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/file/m4/
H A Dlibtool.m44013 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/libevent/m4/
H A Dlibtool.m44034 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
/freebsd/contrib/ldns/m4/
H A Dlibtool.m44024 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/unbound/
H A Daclocal.m44022 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/sqlite3/
H A Daclocal.m44038 # Also find C++ and __fastcall symbols from MSVC++,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8656 HelpText<"Set __fastcall as a default calling convention">;