Searched defs:IsRedhat (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Driver/
H A DToolChains.cpp2849 static bool IsRedhat(enum Distro Distro) { function
3107 if (IsRedhat(Distro) || IsOpenSUSE(Distro) ||
3116 if (IsRedhat(Distro))
3121 (IsRedhat(Distro) && Distro != RHEL4 && Distro != RHEL5) ||

Completed in 125 milliseconds