Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h86 Optional<unsigned> getBuild() const { in getBuild() function
191 if (auto Build = Value.getBuild())
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp36 if (Optional<unsigned> Build = V.getBuild()) in operator <<()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3718 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6095 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) { in ConstructJob()