Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h477 LLVM_ABI bool has_root_path(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem132 bool has_root_path() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h819 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const { return !__root_path_raw().empty(); }
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp629 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc352 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24080 {"_ZN4llvm3sys4path13has_root_pathERKNS_5TwineE", "llvm::sys::path::has_root_path(llvm::Twine const…