Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp447 !(path.empty() || has_root_name(component, style))) { in append()
615 bool has_root_name(const Twine &path, Style style) { in has_root_name() function
676 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute()
911 bool rootName = path::has_root_name(p); in make_absolute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp79 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) || in getFlagName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h460 LLVM_ABI bool has_root_name(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem130 bool has_root_name() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h817 _LIBCPP_HIDE_FROM_ABI bool has_root_name() const { return !__root_name().empty(); }
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24070 {"_ZN4llvm3sys4path13has_root_nameERKNS_5TwineE", "llvm::sys::path::has_root_name(llvm::Twine const…