Home
last modified time | relevance | path

Searched refs:has_relative_path (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h308 bool has_relative_path(const Twine &path);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp136 assert(p.has_relative_path() != TC.relative_path.empty()); in decompPathTest()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h393 bool has_relative_path(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h393 bool has_relative_path(const Twine &path);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp544 bool has_relative_path(const Twine &path) { in has_relative_path() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp641 bool has_relative_path(const Twine &path) { in has_relative_path() function
/external/llvm/lib/Support/
DPath.cpp641 bool has_relative_path(const Twine &path) { in has_relative_path() function
/external/libcxx/include/experimental/
Dfilesystem980 _LIBCPP_INLINE_VISIBILITY bool has_relative_path() const { return !__relative_path().empty(); }