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 50 struct GCCVersion {
63 static GCCVersion Parse(StringRef VersionText);
66 bool operator<(const GCCVersion &RHS) const {
69 bool operator>(const GCCVersion &RHS) const { return RHS < *this; }
70 bool operator<=(const GCCVersion &RHS) const { return !(*this > RHS); }
71 bool operator>=(const GCCVersion &RHS) const { return !(*this < RHS); }
95 GCCVersion Version;
132 const GCCVersion &getVersion() const { return Version; }
    [all...]
ToolChains.cpp     [all...]

Completed in 271 milliseconds