Home
last modified time | relevance | path

Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDToolChains.h59 std::string PatchSuffix; member
65 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
HDToolChains.cpp1108 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str(); in Parse()
1115 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()
1141 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()
1145 if (PatchSuffix.empty()) in isOlderThan()
1149 return PatchSuffix < RHSPatchSuffix; in isOlderThan()