reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1656 if (Minor != RHSMinor) 1657 return Minor < RHSMinor; 1706 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) 1706 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0)tools/clang/lib/Driver/ToolChains/Gnu.h
173 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);