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

  /external/clang/lib/Driver/
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); }
92 GCCVersion Version;
129 const GCCVersion &getVersion() const { return Version; }
686 GCCVersion GCCLibAndIncVersion;
ToolChains.cpp     [all...]

Completed in 2523 milliseconds