Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h442 bool has_stem(const Twine &path, Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp655 bool has_stem(const Twine &path, Style style) { in has_stem() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1397 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }