| /netbsd-src/external/apache2/llvm/dist/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();
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/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);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_win_dynamic_runtime_thunk.cc | 90 extern "C" int __cdecl atexit(void (__cdecl *f)(void)); 91 extern "C" void __cdecl _initterm(void *a, void *b);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_win_dynamic_runtime_thunk.cc | 92 extern "C" int __cdecl atexit(void (__cdecl *f)(void)); 93 extern "C" void __cdecl _initterm(void *a, void *b);
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | msvc-inval.c | 31 static void __cdecl 48 static void __cdecl 97 static void __cdecl
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | signal.c | 91 #ifndef __cdecl 92 #define __cdecl macro 119 static void __cdecl evsig_handler(int sig); 218 int evsignal, void (__cdecl *handler)(int)) in evsig_set_handler_() 381 static void __cdecl
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | accygwin.h | 78 #ifndef __cdecl 79 #define __cdecl macro
|
| H A D | aclinux.h | 241 #ifndef __cdecl 242 #define __cdecl macro
|
| H A D | acmsvc.h | 80 #define ACPI_SYSTEM_XFACE __cdecl 83 #define ACPI_INTERNAL_VAR_XFACE __cdecl
|
| H A D | acqnx.h | 66 #define __cdecl macro
|
| H A D | acfreebsd.h | 117 #define __cdecl macro
|
| H A D | acnetbsd.h | 143 #define __cdecl macro
|
| /netbsd-src/external/apache2/llvm/dist/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); 551 unsigned short __cdecl _byteswap_ushort(unsigned short val); 552 unsigned long __cdecl _byteswap_ulong (unsigned long val); 553 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 val);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/ |
| H A D | refcount.h | 106 extern long __cdecl _InterlockedExchangeAdd(long volatile*, long); 109 extern long __cdecl InterlockedExchangeAdd(long volatile*, long);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
| H A D | refcount.h | 126 extern long __cdecl _InterlockedExchangeAdd(long volatile*, long); 129 extern long __cdecl InterlockedExchangeAdd(long volatile*, long);
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
| H A D | efibind.h | 184 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler 227 __cdecl \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | base64.h | 44 #define ROKEN_LIB_CALL __cdecl
|
| H A D | hex.h | 44 #define ROKEN_LIB_CALL __cdecl
|
| H A D | parse_bytes.h | 44 #define ROKEN_LIB_CALL __cdecl
|
| H A D | parse_time.h | 44 #define ROKEN_LIB_CALL __cdecl
|
| H A D | parse_units.h | 47 #define ROKEN_LIB_CALL __cdecl
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | Makefile.msc | 526 CORE_CCONV_OPTS = -Gz -guard:cf -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK… 527 SHELL_CCONV_OPTS = -Gz -guard:cf -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBAC… 530 CORE_CCONV_OPTS = -Gz -guard:cf -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK… 531 SHELL_CCONV_OPTS = -Gz -guard:cf -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBAC…
|
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | expat_external.h | 69 # define XMLCALL __cdecl
|