Searched defs:DarwinKernelVersion (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h53 struct DarwinKernelVersion : VersionBase<DarwinKernelVersion> { struct in namespace:__sanitizer
54 DarwinKernelVersion(u16 major, u16 minor) : VersionBase(major, minor) {} function in struct:__sanitizer::DarwinKernelVersion

Completed in 106 milliseconds