Searched refs:has_root_directory (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc487 if (__p.has_root_directory())
499 else if (has_filename() || (!has_root_directory() && is_absolute()))
683 bool has_root_directory = root_path.first.type == _Type::_Root_dir local
686 if (has_root_directory)
698 else if (has_filename() || (!has_root_directory && is_absolute))
1349 if (!this->has_root_directory() && p.has_root_directory())
1351 else if (this->has_root_directory() && !p.has_root_directory())
1445 if (!this->has_root_directory()
[all...]
H A Dfs_ops.cc96 if (p.has_root_directory()) // implies !p.has_root_name()
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc488 if (__p.has_root_directory())
500 else if (has_filename() || (!has_root_directory() && is_absolute()))
684 bool has_root_directory = root_path.first.type == _Type::_Root_dir local
687 if (has_root_directory)
699 else if (has_filename() || (!has_root_directory && is_absolute))
1350 if (!this->has_root_directory() && p.has_root_directory())
1352 else if (this->has_root_directory() && !p.has_root_directory())
1446 if (!this->has_root_directory()
[all...]
H A Dfs_ops.cc100 if (p.has_root_directory()) // implies !p.has_root_name()
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc262 path::has_root_directory() const function in class:path
401 if (!ret.has_root_directory())
465 if (!has_root_directory() && base.has_root_directory())
H A Dpath.cc243 path::has_root_directory() const function in class:path
H A Dops.cc68 const bool has_root_dir = p.has_root_directory();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h402 bool has_root_directory(const Twine &path, Style style = Style::native);
465 /// \see has_root_directory
487 /// \see has_root_directory
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp620 bool has_root_directory(const Twine &path, Style style) {
673 bool rootDir = has_root_directory(p, style);
905 bool rootDirectory = path::has_root_directory(p);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h408 bool has_root_directory() const;
1191 return has_root_name() && has_root_directory();
1193 return has_root_directory();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h414 bool has_root_directory() const noexcept;
1257 return has_root_name() && has_root_directory();
1259 return has_root_directory();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h514 bool has_root_directory() const noexcept;
1328 return has_root_name() && has_root_directory();
1330 return has_root_directory();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h404 bool has_root_directory() const;
1260 return has_root_name() && has_root_directory();
1262 return has_root_directory();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc243 path::has_root_directory() const function in class:path
H A Dops.cc74 const bool has_root_dir = p.has_root_directory();
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1526 if (sys::path::has_root_directory(File))

Completed in 318 milliseconds