Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h488 if (__p.has_root_directory()) {
494 if (has_filename() || (!has_root_directory() && is_absolute()))
819 _LIBCPP_HIDE_FROM_ABI bool has_root_directory() const { return !__root_directory().empty(); }
848 return has_root_directory();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h449 bool has_root_directory(const Twine &path, Style style = Style::native);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp624 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function
677 bool rootDir = has_root_directory(p, style); in is_absolute()
912 bool rootDirectory = path::has_root_directory(p); in make_absolute()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfilesystem131 bool has_root_directory() const;