Home
last modified time | relevance | path

Searched refs:kernel_major (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp27 u16 kernel_major = GetDarwinKernelVersion().major; in TEST() local
28 bool macos_11 = (kernel_major >= 20); in TEST()
29 u16 expected_major = macos_11 ? (kernel_major - 9) : 10; in TEST()
30 u16 expected_minor = macos_11 ? 0 : (kernel_major - 4); in TEST()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp27 u16 kernel_major = GetDarwinKernelVersion().major; in TEST() local
28 bool macos_11 = (kernel_major >= 20); in TEST()
29 u16 expected_major = macos_11 ? (kernel_major - 9) : 10; in TEST()
30 u16 expected_minor = macos_11 ? 0 : (kernel_major - 4); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp59 u16 kernel_major = GetDarwinKernelVersion().major; in TEST() local
60 bool macos_11 = (kernel_major >= 20); in TEST()
61 u16 expected_major = macos_11 ? (kernel_major - 9) : 10; in TEST()
62 u16 expected_minor = macos_11 ? 0 : (kernel_major - 4); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp611 u16 kernel_major = GetDarwinKernelVersion().major; in GetMacosAlignedVersionInternal() local
615 CHECK_GE(kernel_major, 4); in GetMacosAlignedVersionInternal()
617 if (kernel_major < 20) { in GetMacosAlignedVersionInternal()
619 minor = kernel_major - 4; in GetMacosAlignedVersionInternal()
621 major = 11 + kernel_major - 20; in GetMacosAlignedVersionInternal()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_mac.cpp611 u16 kernel_major = GetDarwinKernelVersion().major; in GetMacosAlignedVersionInternal() local
615 CHECK_GE(kernel_major, 4); in GetMacosAlignedVersionInternal()
617 if (kernel_major < 20) { in GetMacosAlignedVersionInternal()
619 minor = kernel_major - 4; in GetMacosAlignedVersionInternal()
621 major = 11 + kernel_major - 20; in GetMacosAlignedVersionInternal()
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp639 u16 kernel_major = GetDarwinKernelVersion().major; in GetOSVersion() local
641 CHECK_LE(kernel_major, 17); in GetOSVersion()
642 CHECK_GE(kernel_major, offset); in GetOSVersion()
643 u16 os_major = kernel_major - offset; in GetOSVersion()
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp639 u16 kernel_major = GetDarwinKernelVersion().major; in GetOSVersion() local
641 CHECK_LE(kernel_major, 17); in GetOSVersion()
642 CHECK_GE(kernel_major, offset); in GetOSVersion()
643 u16 os_major = kernel_major - offset; in GetOSVersion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp639 u16 kernel_major = GetDarwinKernelVersion().major; in GetOSVersion() local
641 CHECK_LE(kernel_major, 17); in GetOSVersion()
642 CHECK_GE(kernel_major, offset); in GetOSVersion()
643 u16 os_major = kernel_major - offset; in GetOSVersion()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp639 u16 kernel_major = GetDarwinKernelVersion().major; in GetOSVersion() local
641 CHECK_LE(kernel_major, 17); in GetOSVersion()
642 CHECK_GE(kernel_major, offset); in GetOSVersion()
643 u16 os_major = kernel_major - offset; in GetOSVersion()
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp636 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
638 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
639 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
646 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
647 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp625 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
627 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
628 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
646 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
647 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/lang/zig-devel/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
646 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
647 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/lang/zig/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
646 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
647 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
646 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
647 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp624 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
626 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
627 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp644 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
646 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
647 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp624 u16 kernel_major = GetDarwinKernelVersion().major; in ApproximateOSVersionViaKernelVersion() local
626 CHECK_GE(kernel_major, offset); in ApproximateOSVersionViaKernelVersion()
627 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion()