Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPath.h417 bool has_stem(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h417 bool has_stem(const Twine &path);
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp205 ASSERT_NEQ(p.has_stem(), TC.stem.empty()); in decompFilenameTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp198 assert(p.has_stem() != TC.stem.empty()); in decompFilenameTest()
/external/llvm-project/llvm/include/llvm/Support/
DPath.h442 bool has_stem(const Twine &path, Style style = Style::native);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h434 bool has_stem(const Twine &path, Style style = Style::native);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp662 bool has_stem(const Twine &path) { in has_stem() function
/external/llvm/lib/Support/
DPath.cpp662 bool has_stem(const Twine &path) { in has_stem() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp672 bool has_stem(const Twine &path, Style style) { in has_stem() function
/external/llvm-project/llvm/lib/Support/
DPath.cpp655 bool has_stem(const Twine &path, Style style) { in has_stem() function
/external/llvm/unittests/Support/
DPath.cpp133 path::has_stem(*i); in TEST()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp194 (void)path::has_stem(*i); in TEST()
/external/libcxx/include/
Dfilesystem1097 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }
/external/llvm-project/libcxx/include/
Dfilesystem1129 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }