Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDistro.h54 UbuntuMaverick, enumerator
/llvm-project-15.0.7/clang/lib/Driver/
H A DDistro.cpp70 .Case("maverick", Distro::UbuntuMaverick) in DetectLsbRelease()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DLinux.cpp242 (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick) || in Linux()