Home
last modified time | relevance | path

Searched refs:__cdecl (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_msvc.ipp13 _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 Dexception_msvc.ipp18 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 Dasan_win_dynamic_runtime_thunk.cpp91 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 Dintrin.h140 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 Dxsaveintrin.h41 unsigned __int64 __cdecl _xgetbv(unsigned int);
42 void __cdecl _xsetbv(unsigned int, unsigned __int64);
/freebsd/contrib/ntp/sntp/libevent/
H A Dsignal.c88 #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 Dsignal.c88 #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 Defibind.h84 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
141 __cdecl \
/freebsd/stand/efi/include/i386/
H A Defibind.h80 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
137 __cdecl \
/freebsd/crypto/openssl/include/internal/
H A Drefcount.h126 extern long __cdecl _InterlockedExchangeAdd(long volatile*, long);
129 extern long __cdecl InterlockedExchangeAdd(long volatile*, long);
/freebsd/crypto/heimdal/lib/roken/
H A Dbase64.h42 #define ROKEN_LIB_CALL __cdecl
H A Dhex.h42 #define ROKEN_LIB_CALL __cdecl
H A Dparse_bytes.h42 #define ROKEN_LIB_CALL __cdecl
H A Dparse_time.h42 #define ROKEN_LIB_CALL __cdecl
H A Dparse_units.h45 #define ROKEN_LIB_CALL __cdecl
H A Dgetarg.h44 #define ROKEN_LIB_CALL __cdecl
H A Drtbl.h41 #define ROKEN_LIB_CALL __cdecl
H A Dndbm_wrap.h45 #define ROKEN_LIB_CALL __cdecl
H A Dsearch.hin14 #define ROKEN_LIB_CALL __cdecl
/freebsd/sys/contrib/dev/acpica/include/platform/
H A Dacfreebsd.h225 #define __cdecl macro
/freebsd/contrib/expat/lib/
H A Dexpat_external.h69 # define XMLCALL __cdecl
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.h225 # define CDECL __cdecl
/freebsd/stand/efi/include/arm64/
H A Defibind.h85 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
/freebsd/stand/efi/include/riscv/
H A Defibind.h85 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
/freebsd/crypto/openssl/ms/
H A Dapplink.c101 __cdecl

123