Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h54 struct DarwinKernelVersion : VersionBase<DarwinKernelVersion> { struct
55 DarwinKernelVersion(u16 major, u16 minor) : VersionBase(major, minor) {} in DarwinKernelVersion() argument