Searched refs:WIN_WEAK_ALIAS (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_defs.h67 #define WIN_WEAK_ALIAS(Name, Default) \ macro
78 // We cannot define weak functions on Windows, but we can use WIN_WEAK_ALIAS()
84 // We impose "extern "C"" because otherwise WIN_WEAK_ALIAS() will fail because
96 WIN_WEAK_ALIAS(Name, WEAK_DEFAULT_NAME(Name)) \
105 WIN_WEAK_ALIAS(Name, WEAK_EXPORT_NAME(Name))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_defs.h65 #define WIN_WEAK_ALIAS(Name, Default) \ macro
76 // We cannot define weak functions on Windows, but we can use WIN_WEAK_ALIAS()
82 // We impose "extern "C"" because otherwise WIN_WEAK_ALIAS() will fail because
94 WIN_WEAK_ALIAS(Name, WEAK_DEFAULT_NAME(Name)) \
103 WIN_WEAK_ALIAS(Name, WEAK_EXPORT_NAME(Name))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_defs.h68 #define WIN_WEAK_ALIAS(Name, Default) \ macro
79 // We cannot define weak functions on Windows, but we can use WIN_WEAK_ALIAS()
85 // We impose "extern "C"" because otherwise WIN_WEAK_ALIAS() will fail because
97 WIN_WEAK_ALIAS(Name, WEAK_DEFAULT_NAME(Name)) \
106 WIN_WEAK_ALIAS(Name, WEAK_EXPORT_NAME(Name))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc768 WIN_WEAK_ALIAS(__ubsan_handle_cfi_bad_type, __ubsan_handle_cfi_bad_type_default)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc758 WIN_WEAK_ALIAS(__ubsan_handle_cfi_bad_type, __ubsan_handle_cfi_bad_type_default)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp881 WIN_WEAK_ALIAS(__ubsan_handle_cfi_bad_type, __ubsan_handle_cfi_bad_type_default)

Completed in 205 milliseconds