Home
last modified time | relevance | path

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

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