Searched refs:MacosVersion (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.h70 struct MacosVersion : VersionBase<MacosVersion> { struct in namespace:__sanitizer
71 MacosVersion(u16 major, u16 minor) : VersionBase(major, minor) {} function in struct:__sanitizer::MacosVersion
78 MacosVersion GetMacosAlignedVersion();
H A Dsanitizer_mac.cpp415 if ((GetMacosAlignedVersion() >= MacosVersion(10, 9)) && at_initialization &&
714 static MacosVersion GetMacosAlignedVersionInternal() {
722 return MacosVersion(major, minor);
725 static_assert(sizeof(MacosVersion) == sizeof(atomic_uint32_t::Type),
726 "MacosVersion cache size");
729 MacosVersion GetMacosAlignedVersion() {
733 MacosVersion version = GetMacosAlignedVersionInternal();
737 return *reinterpret_cast<MacosVersion *>(&result);
785 if (GetMacosAlignedVersion() >= MacosVersion(10, 12)) {
843 if (GetMacosAlignedVersion() >= MacosVersion(1
[all...]
H A Dsanitizer_symbolizer_mac.cpp133 if (GetMacosAlignedVersion() == MacosVersion(10, 9)) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.h34 enum MacosVersion { enum in namespace:__sanitizer
51 MacosVersion GetMacosVersion();
H A Dsanitizer_mac.cc527 MacosVersion cached_macos_version = MACOS_VERSION_UNINITIALIZED;
529 MacosVersion GetMacosVersionInternal() {
570 MacosVersion GetMacosVersion() {
573 MacosVersion result =
574 static_cast<MacosVersion>(atomic_load(cache, memory_order_acquire));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.h32 enum MacosVersion { enum in namespace:__sanitizer
48 MacosVersion GetMacosVersion();
H A Dsanitizer_mac.cc508 MacosVersion cached_macos_version = MACOS_VERSION_UNINITIALIZED;
510 MacosVersion GetMacosVersionInternal() {
543 MacosVersion GetMacosVersion() {
546 MacosVersion result =
547 static_cast<MacosVersion>(atomic_load(cache, memory_order_acquire));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp263 if (GetMacosAlignedVersion() >= MacosVersion(10, 14)) {
272 ((GetMacosAlignedVersion() >= MacosVersion(10, 14)) ? 12 : 13)

Completed in 144 milliseconds