Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c293 static int IsPreRelease; variable
306 IsPreRelease = 1; in readSystemProperties()
308 IsPreRelease = strcmp(buf, "REL") != 0; in readSystemProperties()
320 return SdkVersion >= Major || IsPreRelease; in __isOSVersionAtLeast()