| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 75 Str[2] = '0' + std::min(OsVersion.getMinor().value_or(0), 9U); in getDarwinDefines() 80 Str[1] = '0' + (OsVersion.getMinor().value_or(0) / 10); in getDarwinDefines() 81 Str[2] = '0' + (OsVersion.getMinor().value_or(0) % 10); in getDarwinDefines() 89 Str[2] = '0' + (OsVersion.getMinor().value_or(0) / 10); in getDarwinDefines() 90 Str[3] = '0' + (OsVersion.getMinor().value_or(0) % 10); in getDarwinDefines() 104 assert(OsVersion.getMinor().value_or(0) < 100 && in getDarwinDefines() 114 assert(OsVersion.getMinor().value_or(0) < 100 && in getDarwinDefines()
|
| H A D | AArch64.cpp | 69 if (ArchInfo->Version.getMinor() >= 7u) { in setArchFeatures() 72 if (ArchInfo->Version.getMinor() >= 6u) { in setArchFeatures() 76 if (ArchInfo->Version.getMinor() >= 5u) { in setArchFeatures() 84 if (ArchInfo->Version.getMinor() >= 4u) { in setArchFeatures() 89 if (ArchInfo->Version.getMinor() >= 3u) { in setArchFeatures() 93 if (ArchInfo->Version.getMinor() >= 2u) { in setArchFeatures() 96 if (ArchInfo->Version.getMinor() >= 1u) { in setArchFeatures() 102 if (ArchInfo->Version.getMinor() >= 2u) { in setArchFeatures() 105 if (ArchInfo->Version.getMinor() >= 1u) { in setArchFeatures()
|
| H A D | OSTargets.h | 960 if (auto Minor = Version.getMinor()) in getOSDefines()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | PackedVersion.h | 38 if (auto VTMinor = VT.getMinor()) in PackedVersion() 51 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 112 if (getMinor() || getSubminor()) in print() 113 OS << format(".%d", getMinor()); in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDXContainerWriter.cpp | 121 if (Version.getMinor()) in writeObject() 122 Header.MinorVersion = static_cast<uint8_t>(*Version.getMinor()); in writeObject()
|
| H A D | MCStreamer.cpp | 1402 LinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget() 1408 LinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget() 1420 TVLinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget() 1431 LinkedTargetVersion.getMinor().value_or(0), in emitVersionForTarget()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VersionTuple.h | 74 std::optional<unsigned> getMinor() const { in getMinor() function 201 if (auto Minor = Value.getMinor())
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VersionTuple.cpp | 32 if (std::optional<unsigned> Minor = V.getMinor()) in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 116 Version.getSubminor() || !Version.getMinor()) { in isLegalValidatorVersion() 123 uint64_t Minor = *Version.getMinor(); in isLegalValidatorVersion()
|
| H A D | Flang.cpp | 259 ver = vt.getMajor() * 10000000 + vt.getMinor().value_or(0) * 100000 + in addVSDefines()
|
| H A D | MSVC.cpp | 805 MSVT = VersionTuple(MSVT.getMajor(), MSVT.getMinor().value_or(0), in ComputeEffectiveClangTriple()
|
| H A D | Darwin.cpp | 776 (Version.getMajor() == 605 && Version.getMinor().value_or(0) < 1); in ConstructJob() 2061 << OsVersion.getMajor() << '.' << OsVersion.getMinor().value_or(0) << '.' in getOSVersion() 3264 if (!SDKVersion.getMinor()) in addPlatformVersionArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 261 if (M.MultilibVersion.getMinor() > MultilibVersionCurrent.getMinor()) in validate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILMetadata.cpp | 33 ConstantAsMetadata::get(B.getInt32(ValidatorVer.getMinor().value_or(0))); in update() 80 Vals[2] = ConstantAsMetadata::get(B.getInt32(Ver.getMinor().value_or(0))); in createShaderModelMD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | AArch64TargetParser.h | 452 assert(this->Version.getMinor() && Other.Version.getMinor() && in implies() 454 return this->Version.getMinor().value_or(0) + 5 >= in implies() 455 Other.Version.getMinor().value_or(0); in implies()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 31 if (Key.getMinor()) in map()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 37 Version.getSubminor() || !Version.getMinor()) { in addDxilValVersion() 42 uint64_t Minor = *Version.getMinor(); in addDxilValVersion()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Config.h | 50 (version.getMinor().value_or(0) << 010) | in encodeVersion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 605 if (version.getMinor()) in GetVersion() 616 versions[1] = version.getMinor().value_or(UINT32_MAX); in GetVersion()
|
| H A D | SBPlatform.cpp | 480 return version.getMinor().value_or(UINT32_MAX); in GetOSMinorVersion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 414 unsigned Minor = Version.getMinor().value_or(0); in InitializeStandardPredefinedMacros() 888 "1" + Twine(std::min(8U, version.getMinor().value_or(0)))); in InitializePredefinedMacros() 893 unsigned minor = tuple.getMinor().value_or(0); in InitializePredefinedMacros()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 384 if (VT.getMinor()) in getVersionTupleSize() 417 else if (VT.getMinor()) in emitVersionTuple() 425 if (auto minor = VT.getMinor()) in emitVersionTuple()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 778 if (auto Minor = V.getMinor()) { in addSDKVersionMD()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 78 Version["minor"] = V.getMinor().value_or(0); in serializeSemanticVersion()
|