Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVersionTuple.h90 std::optional<unsigned> getBuild() const { in getBuild() function
207 if (auto Build = Value.getBuild())
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp31 if (Version.getBuild()) in isLegalShaderModel()
113 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
H A DClang.cpp6642 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVersionTuple.cpp36 if (std::optional<unsigned> Build = V.getBuild()) in operator <<()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp36 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3763 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()