Searched refs:has_root_name (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h394 bool has_root_name(const Twine &path, Style style = Style::native);
464 /// \see has_root_name
486 /// \see has_root_name
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc69 const bool has_root_name = p.has_root_name(); local
71 if (has_root_dir && has_root_name)
78 else if (has_root_name)
1283 if (p.is_absolute() || !p.has_root_name()
H A Dpath.cc233 path::has_root_name() const function in class:path
H A Dstd-path.cc252 path::has_root_name() const function in class:path
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc75 const bool has_root_name = p.has_root_name(); local
77 if (has_root_dir && has_root_name)
84 else if (has_root_name)
1312 if (p.is_absolute() || !p.has_root_name()
H A Dpath.cc233 path::has_root_name() const function in class:path
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp445 !(path.empty() || has_root_name(component, style))) {
613 bool has_root_name(const Twine &path, Style style) {
675 (real_style(style) != Style::windows) || has_root_name(p, style);
906 bool rootName = path::has_root_name(p);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc481 || (__p.has_root_name() && __p.root_name() != root_name()))
673 bool has_root_name = root_path.first.type == _Type::_Root_name; local
674 if (is_absolute || (has_root_name && root_path.first.str != root_name()))
703 if (has_root_name)
1585 path::has_root_name() const noexcept
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc482 || (__p.has_root_name() && __p.root_name() != root_name()))
674 bool has_root_name = root_path.first.type == _Type::_Root_name; local
675 if (is_absolute || (has_root_name && root_path.first.str != root_name()))
704 if (has_root_name)
1586 path::has_root_name() const noexcept
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h407 bool has_root_name() const;
1191 return has_root_name() && has_root_directory();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h413 bool has_root_name() const noexcept;
1257 return has_root_name() && has_root_directory();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h513 bool has_root_name() const noexcept;
1328 return has_root_name() && has_root_directory();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h403 bool has_root_name() const;
1260 return has_root_name() && has_root_directory();

Completed in 232 milliseconds