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

/external/clang/lib/Driver/
H A DToolChains.cpp1971 enum Distro { enum
2002 static bool IsRedhat(enum Distro Distro) { argument
2003 return (Distro >= Fedora13 && Distro <= FedoraRawhide) ||
2004 (Distro >= RHEL4 && Distro <= RHEL6);
2007 static bool IsOpenSUSE(enum Distro Distro) { argument
2008 return Distro
2011 IsDebian(enum Distro Distro) argument
2015 IsUbuntu(enum Distro Distro) argument
2217 Distro Distro = DetectDistro(Arch); local
[all...]

Completed in 44 milliseconds