Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h43 DebianDuke, enumerator
134 return DistroVal >= DebianLenny && DistroVal <= DebianDuke; in IsDebian()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp167 return Distro::DebianDuke; in DetectDistro()
182 .Case("duke/sid", Distro::DebianDuke) in DetectDistro()