Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h173 std::string PatchSuffix; member
179 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
H A DGnu.cpp2102 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()
2106 if (PatchSuffix.empty()) in isOlderThan()
2110 return PatchSuffix < RHSPatchSuffix; in isOlderThan()
2156 GoodVersion.PatchSuffix = Segment.substr(EndNumber); in Parse()