Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DPath.h386 bool has_root_path(const Twine &path, Style style = Style::native);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp646 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc338 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem1085 _LIBCPP_INLINE_VISIBILITY bool has_root_path() const {