Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h129 bool IsDebian() const { in IsDebian() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp188 if (Dist.IsDebian() || Dist.IsUbuntu()) in CudaInstallationDetector()