HomeSort by relevance Sort by last modified time
    Searched refs:GCCVersion (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
MinGWToolChain.cpp 27 Generic_GCC::GCCVersion Version = Generic_GCC::GCCVersion::Parse("0.0.0");
32 Generic_GCC::GCCVersion CandidateVersion =
33 Generic_GCC::GCCVersion::Parse(VersionText);
ToolChains.h 48 struct GCCVersion {
61 static GCCVersion Parse(StringRef VersionText);
64 bool operator<(const GCCVersion &RHS) const {
67 bool operator>(const GCCVersion &RHS) const { return RHS < *this; }
68 bool operator<=(const GCCVersion &RHS) const { return !(*this > RHS); }
69 bool operator>=(const GCCVersion &RHS) const { return !(*this < RHS); }
93 GCCVersion Version;
130 const GCCVersion &getVersion() const { return Version; }
862 GCCVersion GCCLibAndIncVersion;
    [all...]
ToolChains.cpp     [all...]

Completed in 45 milliseconds