Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h367 setTarget(DarwinPlatformKind Platform,DarwinEnvironmentKind Environment,unsigned Major,unsigned Minor,unsigned Micro,VersionTuple NativeTargetVersion) setTarget() argument
H A DMSVC.cpp621 const unsigned Micro = (FileInfo->dwFileVersionLS >> 16) & 0xFFFF; getMSVCVersionFromExe() local
H A DDarwin.cpp1581 unsigned Major, Minor, Micro; getSystemOrSDKMacOSVersion() local
2295 unsigned Major, Minor, Micro; AddDeploymentTarget() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6474 GetReleaseVersion(StringRef Str,unsigned & Major,unsigned & Minor,unsigned & Micro,bool & HadExtra) GetReleaseVersion() argument