/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 30 unsigned Minor : 31; variable 48 explicit VersionTuple(unsigned Major, unsigned Minor) in VersionTuple() 52 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) in VersionTuple() 56 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, in VersionTuple()
|
H A D | TargetParser.h | 105 unsigned Minor; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
H A D | RISCV.cpp | 29 StringRef Minor; member 88 std::string &Major, std::string &Minor) { in getExtensionVersion() 231 std::string Major, Minor; in getExtensionFeatures() local 344 std::string Major, Minor; in getArchFeatures() local 384 std::string Next, Major, Minor; in getArchFeatures() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Triple.cpp | 1065 unsigned &Minor, unsigned &Micro) { in parseVersionFromName() 1084 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor, in getEnvironmentVersion() 1094 void Triple::getOSVersion(unsigned &Major, unsigned &Minor, in getOSVersion() 1107 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, in getMacOSXVersion() 1154 void Triple::getiOSVersion(unsigned &Major, unsigned &Minor, in getiOSVersion() 1180 void Triple::getWatchOSVersion(unsigned &Major, unsigned &Minor, in getWatchOSVersion() 1654 bool Triple::isMacOSXVersionLT(unsigned Major, unsigned Minor, in isMacOSXVersionLT()
|
H A D | VersionTuple.cpp | 32 if (Optional<unsigned> Minor = V.getMinor()) in operator <<() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | NetBSD.cpp | 268 unsigned Major, Minor, Micro; in ConstructJob() local 407 unsigned Major, Minor, Micro; in GetDefaultCXXStdlibType() local 503 unsigned Major, Minor, Micro; in addClangTargetOptions() local
|
H A D | Gnu.h | 166 int Major, Minor, Patch; member
|
H A D | AMDGPU.cpp | 148 unsigned Minor = ~0U; in parseHIPVersionFile() local 315 unsigned Minor = 0; in RocmInstallationDetector() local
|
H A D | Darwin.h | 340 unsigned Major, unsigned Minor, unsigned Micro) const { in setTarget()
|
H A D | Darwin.cpp | 1357 unsigned Major, Minor, Micro; in getSystemOrSDKMacOSVersion() local 1472 unsigned Major, Minor, Micro; in createFromTarget() local 1708 unsigned Major, Minor, Micro; in getOSVersion() local 1901 unsigned Major, Minor, Micro; in AddDeploymentTarget() local
|
H A D | Linux.cpp | 276 unsigned Minor; in Linux() local
|
H A D | MSVC.cpp | 1180 unsigned Major, Minor, Micro; in getMSVCVersionFromTriple() local 1215 const unsigned Minor = (FileInfo->dwFileVersionMS ) & 0xFFFF; in getMSVCVersionFromExe() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 34 static void convertIsaVersionV2(uint32_t &Major, uint32_t &Minor, in convertIsaVersionV2() 206 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 213 uint32_t Minor, in EmitDirectiveHSACodeObjectISAV2() 651 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 662 uint32_t Minor, in EmitDirectiveHSACodeObjectISAV2()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
H A D | PackedVersion.h | 31 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion()
|
/netbsd-src/external/bsd/tcpdump/dist/ |
H A D | nfsfh.h | 47 uint32_t Minor; /* upper case to avoid clashing with macro names */ member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 1012 unsigned *Minor, in parseMajorMinorVersionComponent() 1057 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() 1077 unsigned Major, Minor; in parseSDKVersion() local 1125 unsigned Minor; in parseVersionMin() local 1182 unsigned Minor; in parseBuildVersion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 274 unsigned Minor, unsigned Update, in emitVersionMin() 280 unsigned Minor, unsigned Update, in emitBuildVersion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 488 unsigned Minor, unsigned Update, in emitVersionMin() 494 unsigned Minor, unsigned Update, in emitBuildVersion()
|
H A D | MCAssembler.h | 95 unsigned Minor; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 336 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | OSTargets.h | 151 unsigned Major, Minor, Micro; in getExnObjectAlignment() local 682 unsigned Major, Minor, Micro; in getOSDefines() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Module.cpp | 727 if (auto Minor = V.getMinor()) { in setSDKVersion() local 754 if (auto Minor = getVersionComponent(1)) { in getSDKVersion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 230 unsigned Major, Minor, Micro; in initialize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStreamBuilder.cpp | 41 void DbiStreamBuilder::setBuildNumber(uint8_t Major, uint8_t Minor) { in setBuildNumber()
|