Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h332 bool has_stem(const Twine &path);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp187 assert(p.has_stem() != TC.stem.empty()); in decompFilenameTest()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h417 bool has_stem(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h417 bool has_stem(const Twine &path);
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp120 path::has_stem(*i); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp565 bool has_stem(const Twine &path) { in has_stem() function
/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/llvm/unittests/Support/
DPath.cpp133 path::has_stem(*i); in TEST()
/external/libcxx/include/experimental/
Dfilesystem983 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }