Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h457 bool has_root_path(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem132 bool has_root_path() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h818 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const { return !__root_path_raw().empty(); }
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp630 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc351 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))