Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDPath.cpp448 !(path.empty() || has_root_name(component, style))) { in append()
616 bool has_root_name(const Twine &path, Style style) { in has_root_name() function
677 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute()
912 bool rootName = path::has_root_name(p); in make_absolute()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDJMCInstrumenter.cpp79 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) || in getFlagName()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDPath.h441 bool has_root_name(const Twine &path, Style style = Style::native);
/freebsd-head/contrib/llvm-project/libcxx/include/__filesystem/
HDpath.h816 _LIBCPP_HIDE_FROM_ABI bool has_root_name() const { return !__root_name().empty(); }
/freebsd-head/contrib/llvm-project/libcxx/include/
HDfilesystem130 bool has_root_name() const;