Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp247 assert(p.has_stem() != TC.stem.empty()); in decompFilenameTest()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPath.h489 bool has_stem(const Twine &path, Style style = Style::native);
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h958 _LIBCPP_HIDE_FROM_ABI bool has_stem() const { return !__stem().empty(); }
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp657 bool has_stem(const Twine &path, Style style) { in has_stem() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp231 (void)path::has_stem(*i); in TEST()