Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DGnu.h172 std::string PatchSuffix; member
178 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
DGnu.cpp1806 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()
1810 if (PatchSuffix.empty()) in isOlderThan()
1814 return PatchSuffix < RHSPatchSuffix; in isOlderThan()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()