Home
last modified time | relevance | path

Searched refs:has_root_path (Results 1 – 6 of 6) 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.cpp154 assert(p.has_root_path() != TC.root_path.empty()); in decompPathTest()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPath.h457 bool has_root_path(const Twine &path, Style style = Style::native);
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h946 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const {
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp629 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc353 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp221 (void)path::has_root_path(*i); in TEST()