Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/libc++/src/support/runtime/
H A Dexception_pointer_msvc.ipp14 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCreate(void*);
15 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrDestroy(void*);
16 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCopy(void*, const void*);
17 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrAssign(void*, const void*);
18 _LIBCPP_CRT_FUNC bool __cdecl __ExceptionPtrCompare(const void*, const void*);
19 _LIBCPP_CRT_FUNC bool __cdecl __ExceptionPtrToBool(const void*);
20 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrSwap(void*, void*);
21 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCurrentException(void*);
22 [[noreturn]] _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrRethrow(const void*);
23 _LIBCPP_CRT_FUNC void __cdecl
H A Dexception_msvc.ipp19 typedef void (__cdecl* terminate_handler)();
20 _LIBCPP_CRT_FUNC terminate_handler __cdecl set_terminate(
22 _LIBCPP_CRT_FUNC terminate_handler __cdecl _get_terminate();
24 typedef void (__cdecl* unexpected_handler)();
25 unexpected_handler __cdecl set_unexpected(
27 unexpected_handler __cdecl _get_unexpected();
29 int __cdecl __uncaught_exceptions();
/freebsd-12.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-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cc92 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
93 extern "C" void __cdecl _initterm(void *a, void *b);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dintrin.h168 void __cdecl _disable(void);
169 void __cdecl _enable(void);
181 void __cdecl _invpcid(unsigned int, void *);
191 int __cdecl _setjmp(jmp_buf);
205 unsigned __int64 __cdecl _xgetbv(unsigned int);
206 void __cdecl _xsetbv(unsigned int, unsigned __int64);
542 static __inline__ unsigned __int64 __cdecl __DEFAULT_FN_ATTRS
/freebsd-12.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-12.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-12.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-12.1/usr.bin/svn/lib/libapr/
H A Dapr.h525 #define APR_DECLARE_NONSTD(type) type __cdecl
529 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
533 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
/freebsd-12.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-12.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
/freebsd-12.1/stand/efi/include/amd64/
H A Defibind.h168 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
225 __cdecl \
/freebsd-12.1/stand/efi/include/i386/
H A Defibind.h164 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
221 __cdecl \
/freebsd-12.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
H A Drtbl.h41 #define ROKEN_LIB_CALL __cdecl
/freebsd-12.1/sys/contrib/dev/acpica/include/platform/
H A Dacfreebsd.h217 #define __cdecl macro
/freebsd-12.1/contrib/expat/lib/
H A Dexpat_external.h38 #define XMLCALL __cdecl
/freebsd-12.1/contrib/sqlite3/
H A DMakefile.msc503 CORE_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall…
504 SHELL_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcal…
507 CORE_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall…
508 SHELL_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcal…
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h226 # define CDECL __cdecl

123