Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPath.h489 bool has_stem(const Twine &path, Style style = Style::native);
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfilesystem136 bool has_stem() const;
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h989 _LIBCPP_HIDE_FROM_ABI bool has_stem() const { return !__stem().empty(); }
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp657 bool has_stem(const Twine &path, Style style) { in has_stem() function