OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchSuffix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.h
172
std::string
PatchSuffix
;
178
return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.
PatchSuffix
);
Gnu.cpp
1806
if (
PatchSuffix
!= RHSPatchSuffix) {
1810
if (
PatchSuffix
.empty())
1814
return
PatchSuffix
< RHSPatchSuffix;
1839
GoodVersion.
PatchSuffix
= std::string(MinorStr.substr(EndNumber));
1865
GoodVersion.
PatchSuffix
= std::string(PatchText.substr(EndNumber));
Completed in 27 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026