Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h300 bool has_root_path(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h385 bool has_root_path(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h385 bool has_root_path(const Twine &path);
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp129 ASSERT_NEQ(p.has_root_path(), TC.root_path.empty()); in decompPathTest()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h402 bool has_root_path(const Twine &path, Style style = Style::native);
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp110 path::has_root_path(*i); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp537 bool has_root_path(const Twine &path) { in has_root_path() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp634 bool has_root_path(const Twine &path) { in has_root_path() function
/external/llvm/lib/Support/
DPath.cpp634 bool has_root_path(const Twine &path) { in has_root_path() function
/external/llvm/unittests/Support/
DPath.cpp123 path::has_root_path(*i); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp637 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp156 (void)path::has_root_path(*i); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc338 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
/external/libcxx/include/
Dfilesystem1085 _LIBCPP_INLINE_VISIBILITY bool has_root_path() const {