Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDistro.h31 AlpineLinux, enumerator
129 bool IsAlpineLinux() const { return DistroVal == AlpineLinux; } in IsAlpineLinux()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDistro.cpp39 .Case("alpine", Distro::AlpineLinux) in DetectOsRelease()