Home
last modified time | relevance | path

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

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