| /freebsd-13.1/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
|
| H A D | exception_msvc.ipp | 18 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 D | apu.h | 73 #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 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-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | xsaveintrin.h | 41 unsigned __int64 __cdecl _xgetbv(unsigned int); 42 void __cdecl _xsetbv(unsigned int, unsigned __int64);
|
| H A D | intrin.h | 139 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 D | signal.c | 88 #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 D | signal.c | 88 #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 D | refcount.h | 106 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 D | apr.h | 544 #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 D | tau32-ddk.h | 37 #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 D | efibind.h | 168 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler 225 __cdecl \
|
| /freebsd-13.1/stand/efi/include/i386/ |
| H A D | efibind.h | 164 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler 221 __cdecl \
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apu.h.in | 72 #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 D | apu.hw | 78 #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 D | apu.hwc | 78 #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 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
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/platform/ |
| H A D | acfreebsd.h | 221 #define __cdecl macro
|
| /freebsd-13.1/contrib/expat/lib/ |
| H A D | expat_external.h | 69 # define XMLCALL __cdecl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.h | 225 # define CDECL __cdecl
|