reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Driver/Distro.h
   89     return DistroVal == Other.DistroVal;
   89     return DistroVal == Other.DistroVal;
   93     return DistroVal != Other.DistroVal;
   93     return DistroVal != Other.DistroVal;
   97     return DistroVal >= Other.DistroVal;
   97     return DistroVal >= Other.DistroVal;
  101     return DistroVal <= Other.DistroVal;
  101     return DistroVal <= Other.DistroVal;
  109     return DistroVal == Fedora || (DistroVal >= RHEL5 && DistroVal <= RHEL7);
  109     return DistroVal == Fedora || (DistroVal >= RHEL5 && DistroVal <= RHEL7);
  109     return DistroVal == Fedora || (DistroVal >= RHEL5 && DistroVal <= RHEL7);
  113     return DistroVal == OpenSUSE;
  117     return DistroVal >= DebianLenny && DistroVal <= DebianBullseye;
  117     return DistroVal >= DebianLenny && DistroVal <= DebianBullseye;
  121     return DistroVal >= UbuntuHardy && DistroVal <= UbuntuEoan;
  121     return DistroVal >= UbuntuHardy && DistroVal <= UbuntuEoan;
  125     return DistroVal == AlpineLinux;
  129     return DistroVal == Gentoo;