Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h509 LLVM_ABI bool has_stem(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem136 bool has_stem() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h823 _LIBCPP_HIDE_FROM_ABI bool has_stem() const { return !__stem().empty(); }
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp657 bool has_stem(const Twine &path, Style style) { in has_stem() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24084 {"_ZN4llvm3sys4path8has_stemERKNS_5TwineE", "llvm::sys::path::has_stem(llvm::Twine const&)"},