/freebsd/contrib/llvm-project/libcxx/src/support/runtime/ |
H A D | exception_pointer_msvc.ipp | 13 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCreate(void*); 14 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrDestroy(void*); 15 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCopy(void*, const void*); 16 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrAssign(void*, const void*); 17 _LIBCPP_CRT_FUNC bool __cdecl __ExceptionPtrCompare(const void*, const void*); 18 _LIBCPP_CRT_FUNC bool __cdecl __ExceptionPtrToBool(const void*); 19 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrSwap(void*, void*); 20 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCurrentException(void*); 21 [[noreturn]] _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrRethrow(const void*); 22 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCopyExceptio [all...] |
H A D | exception_msvc.ipp | 18 typedef void(__cdecl* terminate_handler)(); 19 _LIBCPP_CRT_FUNC terminate_handler __cdecl set_terminate(terminate_handler _NewTerminateHandler) throw(); 20 _LIBCPP_CRT_FUNC terminate_handler __cdecl _get_terminate(); 22 typedef void(__cdecl* unexpected_handler)(); 23 unexpected_handler __cdecl set_unexpected(unexpected_handler _NewUnexpectedHandler) throw(); 24 unexpected_handler __cdecl _get_unexpected(); 26 int __cdecl __uncaught_exceptions();
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win_dynamic_runtime_thunk.cpp | 91 extern "C" int __cdecl atexit(void (__cdecl *f)(void)); 92 extern "C" void __cdecl _initterm(void *a, void *b);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | intrin.h | 140 void __cdecl _disable(void); 141 void __cdecl _enable(void); 157 int __cdecl _setjmp(jmp_buf); 380 unsigned short __cdecl _byteswap_ushort(unsigned short val); 381 unsigned long __cdecl _byteswap_ulong (unsigned long val); 382 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 val); 413 void __cdecl __prefetch(const void *);
|
H A D | xsaveintrin.h | 41 unsigned __int64 __cdecl _xgetbv(unsigned int); 42 void __cdecl _xsetbv(unsigned int, unsigned __int64);
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | signal.c | 88 #ifndef __cdecl 89 #define __cdecl macro 116 static void __cdecl evsig_handler(int sig); 215 int evsignal, void (__cdecl *handler)(int)) in evsig_set_handler_() 378 static void __cdecl
|
/freebsd/contrib/libevent/ |
H A D | signal.c | 88 #ifndef __cdecl 89 #define __cdecl macro 116 static void __cdecl evsig_handler(int sig); 215 int evsignal, void (__cdecl *handler)(int)) in evsig_set_handler_() 378 static void __cdecl
|
/freebsd/stand/efi/include/amd64/ |
H A D | efibind.h | 84 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler 141 __cdecl \
|
/freebsd/stand/efi/include/i386/ |
H A D | efibind.h | 80 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler 137 __cdecl \
|
/freebsd/crypto/openssl/include/internal/ |
H A D | refcount.h | 126 extern long __cdecl _InterlockedExchangeAdd(long volatile*, long); 129 extern long __cdecl InterlockedExchangeAdd(long volatile*, long);
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | base64.h | 42 #define ROKEN_LIB_CALL __cdecl
|
H A D | hex.h | 42 #define ROKEN_LIB_CALL __cdecl
|
H A D | parse_bytes.h | 42 #define ROKEN_LIB_CALL __cdecl
|
H A D | parse_time.h | 42 #define ROKEN_LIB_CALL __cdecl
|
H A D | parse_units.h | 45 #define ROKEN_LIB_CALL __cdecl
|
H A D | getarg.h | 44 #define ROKEN_LIB_CALL __cdecl
|
H A D | rtbl.h | 41 #define ROKEN_LIB_CALL __cdecl
|
H A D | ndbm_wrap.h | 45 #define ROKEN_LIB_CALL __cdecl
|
H A D | search.hin | 14 #define ROKEN_LIB_CALL __cdecl
|
/freebsd/sys/contrib/dev/acpica/include/platform/ |
H A D | acfreebsd.h | 225 #define __cdecl macro
|
/freebsd/contrib/expat/lib/ |
H A D | expat_external.h | 69 # define XMLCALL __cdecl
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.h | 225 # define CDECL __cdecl
|
/freebsd/stand/efi/include/arm64/ |
H A D | efibind.h | 85 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
|
/freebsd/stand/efi/include/riscv/ |
H A D | efibind.h | 85 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
|
/freebsd/crypto/openssl/ms/ |
H A D | applink.c | 101 __cdecl
|