Searched defs:IsRedhat (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp3396 static bool IsRedhat(enum Distro Distro) { function
3672 if (IsRedhat(Distro) || IsOpenSUSE(Distro) ||
3681 if (IsRedhat(Distro))
3685 (IsRedhat(Distro) && Distro != RHEL4 && Distro != RHEL5) ||

Completed in 61 milliseconds