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

References

tools/clang/lib/Driver/ToolChains/Cuda.cpp
  118     if (Distro(D.getVFS()).IsDebian() || Distro(D.getVFS()).IsUbuntu())
tools/clang/lib/Driver/ToolChains/Linux.cpp
  296     if (Distro.IsDebian() || Distro.IsOpenSUSE() ||
tools/clang/unittests/Driver/DistroTest.cpp
   52   ASSERT_FALSE(UbuntuTrusty.IsDebian());
   82   ASSERT_FALSE(UbuntuYakkety.IsDebian());
  117   ASSERT_FALSE(Fedora25.IsDebian());
  154   ASSERT_FALSE(CentOS7.IsDebian());
  182   ASSERT_FALSE(OpenSUSELeap421.IsDebian());
  208   ASSERT_FALSE(OpenSUSE132.IsDebian());
  225   ASSERT_FALSE(SLES10.IsDebian());
  248   ASSERT_TRUE(DebianJessie.IsDebian());
  267   ASSERT_TRUE(DebianStretchSid.IsDebian());
  289   ASSERT_FALSE(Exherbo.IsDebian());
  311   ASSERT_FALSE(ArchLinux.IsDebian());
  336   ASSERT_FALSE(Gentoo.IsDebian());