Home
last modified time | relevance | path

Searched refs:has_root_directory (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h486 if (__p.has_root_directory()) {
492 if (has_filename() || (!has_root_directory() && is_absolute()))
817 _LIBCPP_HIDE_FROM_ABI bool has_root_directory() const { return !__root_directory().empty(); }
846 return has_root_directory();
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h449 bool has_root_directory(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp623 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function
676 bool rootDir = has_root_directory(p, style); in is_absolute()
911 bool rootDirectory = path::has_root_directory(p); in make_absolute()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem131 bool has_root_directory() const;