Searched refs:Patch (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h161 int Major, Minor, Patch; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
173 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
H A DGnu.cpp1728 if (Patch != RHSPatch) {
1733 if (Patch == -1)
1737 return Patch < RHSPatch;
1795 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) ||
1796 GoodVersion.Patch < 0)
H A DClang.cpp5370 unsigned Patch = GNUCVer.getSubminor().getValueOr(0); local
5371 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) {
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec152 - Patch for installing ldns-python files
153 - Patch for rpath in ldns-python
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec607 - Patch sftp to recognize '-o protocol' arguments. (#29540)
707 - Patch ssh-keygen to be able to list signatures for DSA public key files
715 - Patch ssh-add to try to add both identity and id_dsa, and to error only
772 - Patch to build with neither RSA nor RSAref.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2639 unsigned Patch = GNUCVer.getSubminor().getValueOr(0); local
2640 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) {
2644 Opts.GNUCVersion = Major * 100 * 100 + Minor * 100 + Patch;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4713 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; local
4716 ABI << Major << "." << Minor << "." << Patch; local

Completed in 239 milliseconds