Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp160 assert(p.has_root_name() != TC.root_name.empty()); in decompPathTest()
175 if (!p.has_root_name()) { in decompPathTest()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp72 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) || in getFlagName()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPath.h441 bool has_root_name(const Twine &path, Style style = Style::native);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h940 _LIBCPP_HIDE_FROM_ABI bool has_root_name() const {
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp223 (void)path::has_root_name(*i); in TEST()