Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h410 bool has_root_path(const Twine &path, Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp627 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc338 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1385 _LIBCPP_INLINE_VISIBILITY bool has_root_path() const {