Searched refs:getMinor (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 106 if (getMinor() || getSubminor()) in print() 107 OS << format(".%d", getMinor()); in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| H A D | PackedVersion.h | 40 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | VersionTuple.cpp | 32 if (Optional<unsigned> Minor = V.getMinor()) in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | VersionTuple.h | 71 Optional<unsigned> getMinor() const { in getMinor() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Cuda.cpp | 202 Version.getMajor() * 10 + Version.getMinor().getValueOr(0); in ToCudaVersion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 733 "1" + Twine(std::min(8U, version.getMinor().getValueOr(0)))); in InitializePredefinedMacros() 740 if (tuple.getMinor().hasValue()) in InitializePredefinedMacros() 741 minor = tuple.getMinor().getValue(); in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3714 unsigned Minor = GNUCVer.getMinor().getValueOr(0); in ParseLangArgs() 3763 VT.getMinor().getValueOr(0) * 100000 + in ParseLangArgs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 869 unsigned Minor = V.getMinor() ? *V.getMinor() : 0; in writeObject()
|
| H A D | MCStreamer.cpp | 1326 *LinkedTargetVersion.getMinor(), in emitVersionForTarget() 1331 *LinkedTargetVersion.getMinor(), in emitVersionForTarget()
|
| H A D | MCAsmStreamer.cpp | 588 if (auto Minor = SDKVersion.getMinor()) { in EmitSDKVersionSuffix()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Module.cpp | 727 if (auto Minor = V.getMinor()) { in setSDKVersion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 1352 MSVT = VersionTuple(MSVT.getMajor(), MSVT.getMinor().getValueOr(0), in ComputeEffectiveClangTriple()
|
| H A D | Clang.cpp | 6043 unsigned Minor = GNUCVer.getMinor().getValueOr(0); in ConstructJob()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3898 Optional<unsigned> Min = Version.getMinor(), SMin = Version.getSubminor(); in emitIsPlatformVersionAtLeast() 3936 Optional<unsigned> Min = Version.getMinor(), SMin = Version.getSubminor(); in EmitBuiltinAvailable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2509 if (Version.getMinor().hasValue()) { in handleAvailabilityAttr() 2511 return VersionTuple(NewMajor, Version.getMinor().getValue(), in handleAvailabilityAttr() 2514 return VersionTuple(NewMajor, Version.getMinor().getValue()); in handleAvailabilityAttr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4227 if (Optional<unsigned> Minor = Version.getMinor()) in AddVersionTuple()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 7978 Optional<unsigned> Minor = In.getMinor(); in convertVersion()
|