Home
last modified time | relevance | path

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

123

/freebsd-13.1/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
H A Dexception_msvc.ipp18 typedef void (__cdecl* terminate_handler)();
19 _LIBCPP_CRT_FUNC terminate_handler __cdecl set_terminate(
21 _LIBCPP_CRT_FUNC terminate_handler __cdecl _get_terminate();
23 typedef void (__cdecl* unexpected_handler)();
24 unexpected_handler __cdecl set_unexpected(
26 unexpected_handler __cdecl _get_unexpected();
28 int __cdecl __uncaught_exceptions();
/freebsd-13.1/usr.bin/svn/lib/libapr_util/
H A Dapu.h73 #define APU_DECLARE_NONSTD(type) type __cdecl
77 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
81 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dxsaveintrin.h41 unsigned __int64 __cdecl _xgetbv(unsigned int);
42 void __cdecl _xsetbv(unsigned int, unsigned __int64);
H A Dintrin.h139 void __cdecl _disable(void);
140 void __cdecl _enable(void);
159 int __cdecl _setjmp(jmp_buf);
574 unsigned short __cdecl _byteswap_ushort(unsigned short val);
575 unsigned long __cdecl _byteswap_ulong (unsigned long val);
576 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 val);
/freebsd-13.1/contrib/libevent/
H A Dsignal.c88 #define __cdecl macro
114 static void __cdecl evsig_handler(int sig);
213 int evsignal, void (__cdecl *handler)(int)) in evsig_set_handler_()
376 static void __cdecl
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dsignal.c88 #define __cdecl macro
114 static void __cdecl evsig_handler(int sig);
213 int evsignal, void (__cdecl *handler)(int)) in evsig_set_handler_()
376 static void __cdecl
/freebsd-13.1/crypto/openssl/include/internal/
H A Drefcount.h106 extern long __cdecl _InterlockedExchangeAdd(long volatile*, long);
109 extern long __cdecl InterlockedExchangeAdd(long volatile*, long);
/freebsd-13.1/usr.bin/svn/lib/libapr/
H A Dapr.h544 #define APR_DECLARE_NONSTD(type) type __cdecl
548 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
552 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
/freebsd-13.1/sys/dev/ce/
H A Dtau32-ddk.h37 #if defined(__GNUC__) && !defined(__cdecl)
38 # define __cdecl __attribute__((cdecl)) macro
45 # define TAU32_CALLBACK_TYPE __cdecl
53 # define TAU32_CALL_TYPE __cdecl
/freebsd-13.1/stand/efi/include/amd64/
H A Defibind.h168 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
225 __cdecl \
/freebsd-13.1/stand/efi/include/i386/
H A Defibind.h164 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
221 __cdecl \
/freebsd-13.1/contrib/apr-util/include/
H A Dapu.h.in72 #define APU_DECLARE_NONSTD(type) type __cdecl
76 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
80 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
H A Dapu.hw78 #define APU_DECLARE_NONSTD(type) type __cdecl
82 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
86 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
H A Dapu.hwc78 #define APU_DECLARE_NONSTD(type) type __cdecl
82 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
86 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
/freebsd-13.1/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
/freebsd-13.1/sys/contrib/dev/acpica/include/platform/
H A Dacfreebsd.h221 #define __cdecl macro
/freebsd-13.1/contrib/expat/lib/
H A Dexpat_external.h69 # define XMLCALL __cdecl
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h225 # define CDECL __cdecl

123