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

References

tools/clang/lib/Driver/ToolChains/Linux.cpp
  291     if (Distro.IsRedhat() || Distro.IsOpenSUSE() || Distro.IsAlpineLinux() ||
tools/clang/unittests/Driver/DistroTest.cpp
   50   ASSERT_FALSE(UbuntuTrusty.IsRedhat());
   80   ASSERT_FALSE(UbuntuYakkety.IsRedhat());
  115   ASSERT_TRUE(Fedora25.IsRedhat());
  152   ASSERT_TRUE(CentOS7.IsRedhat());
  180   ASSERT_FALSE(OpenSUSELeap421.IsRedhat());
  206   ASSERT_FALSE(OpenSUSE132.IsRedhat());
  223   ASSERT_FALSE(SLES10.IsRedhat());
  246   ASSERT_FALSE(DebianJessie.IsRedhat());
  265   ASSERT_FALSE(DebianStretchSid.IsRedhat());
  287   ASSERT_FALSE(Exherbo.IsRedhat());
  309   ASSERT_FALSE(ArchLinux.IsRedhat());
  334   ASSERT_FALSE(Gentoo.IsRedhat());