Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/
DDistro.cpp146 return Distro::DebianStretch; in DetectDistro()
159 .Case("stretch/sid", Distro::DebianStretch) in DetectDistro()
/external/llvm-project/clang/include/clang/Driver/
DDistro.h37 DebianStretch, enumerator
/external/llvm-project/clang/unittests/Driver/
DDistroTest.cpp268 ASSERT_EQ(Distro(Distro::DebianStretch), DebianStretchSid); in TEST()
/external/clang/lib/Driver/
DToolChains.cpp3760 DebianStretch, enumerator
3794 return Distro >= DebianLenny && Distro <= DebianStretch; in IsDebian()
3864 return DebianStretch; in DetectDistro()