Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h41 DebianTrixie, enumerator
129 return DistroVal >= DebianLenny && DistroVal <= DebianTrixie; in IsDebian()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp161 return Distro::DebianTrixie; in DetectDistro()
174 .Case("trixie/sid", Distro::DebianTrixie) in DetectDistro()