HomeSort by: relevance | last modified time | path
    Searched defs:GetMacosVersion (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc 308 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization &&
570 MacosVersion GetMacosVersion() {
588 return GetMacosVersion() == MACOS_VERSION_SNOW_LEOPARD;
637 if (GetMacosVersion() >= MACOS_VERSION_YOSEMITE) {
713 GetMacosVersion() >= MACOS_VERSION_HIGH_SIERRA_DOT_RELEASE_4;
767 // GetMacosVersion() doesn't work for the simulator. Let's instead check
sanitizer_mac.cc 308 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization &&
570 MacosVersion GetMacosVersion() {
588 return GetMacosVersion() == MACOS_VERSION_SNOW_LEOPARD;
637 if (GetMacosVersion() >= MACOS_VERSION_YOSEMITE) {
713 GetMacosVersion() >= MACOS_VERSION_HIGH_SIERRA_DOT_RELEASE_4;
767 // GetMacosVersion() doesn't work for the simulator. Let's instead check

Completed in 32 milliseconds