OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMacosVersion
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.h
51
MacosVersion
GetMacosVersion
();
sanitizer_malloc_mac.inc
63
if (
GetMacosVersion
() >= MACOS_VERSION_LION) {
77
if (
GetMacosVersion
() >= MACOS_VERSION_LION) {
sanitizer_symbolizer_mac.cc
71
if (
GetMacosVersion
() == MACOS_VERSION_MAVERICKS) {
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
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
258
if (
GetMacosVersion
() >= MACOS_VERSION_MOJAVE) {
tsan_interceptors.cc
524
(
GetMacosVersion
() >= MACOS_VERSION_MOJAVE) ? env[12] : env[13];
Completed in 30 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026