Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h51 UbuntuHardy, enumerator
138 return DistroVal >= UbuntuHardy && DistroVal <= UbuntuQuesting; in IsUbuntu()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp64 .Case("hardy", Distro::UbuntuHardy) in DetectLsbRelease()