Home
last modified time | relevance | path

Searched refs:Distro (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DToolChains.cpp1884 static bool IsRedhat(enum LinuxDistro Distro) { in IsRedhat() argument
1885 return (Distro >= Fedora13 && Distro <= FedoraRawhide) || in IsRedhat()
1886 (Distro >= RHEL4 && Distro <= RHEL6); in IsRedhat()
1889 static bool IsOpenSuse(enum LinuxDistro Distro) { in IsOpenSuse() argument
1890 return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_2; in IsOpenSuse()
1893 static bool IsDebian(enum LinuxDistro Distro) { in IsDebian() argument
1894 return Distro >= DebianLenny && Distro <= DebianWheezy; in IsDebian()
1897 static bool IsUbuntu(enum LinuxDistro Distro) { in IsUbuntu() argument
1898 return Distro >= UbuntuHardy && Distro <= UbuntuPrecise; in IsUbuntu()
2052 LinuxDistro Distro = DetectLinuxDistro(Arch); in Linux() local
[all …]