Home
last modified time | relevance | path

Searched refs:has_root_directory (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc487 if (__p.has_root_directory()) in operator /=()
499 else if (has_filename() || (!has_root_directory() && is_absolute())) in operator /=()
683 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append() local
686 if (has_root_directory) in _M_append()
698 else if (has_filename() || (!has_root_directory && is_absolute)) in _M_append()
1349 if (!this->has_root_directory() && p.has_root_directory()) in compare()
1351 else if (this->has_root_directory() && !p.has_root_directory()) in compare()
1445 if (!this->has_root_directory() && has_root_dir) in compare()
1447 else if (this->has_root_directory() && !has_root_dir) in compare()
1595 path::has_root_directory() const noexcept in has_root_directory() function in path
[all …]
H A Dfs_ops.cc96 if (p.has_root_directory()) // implies !p.has_root_name() in absolute()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc488 if (__p.has_root_directory()) in operator /=()
500 else if (has_filename() || (!has_root_directory() && is_absolute())) in operator /=()
684 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append() local
687 if (has_root_directory) in _M_append()
699 else if (has_filename() || (!has_root_directory && is_absolute)) in _M_append()
1350 if (!this->has_root_directory() && p.has_root_directory()) in compare()
1352 else if (this->has_root_directory() && !p.has_root_directory()) in compare()
1446 if (!this->has_root_directory() && has_root_dir) in compare()
1448 else if (this->has_root_directory() && !has_root_dir) in compare()
1596 path::has_root_directory() const noexcept in has_root_directory() function in path
[all …]
H A Dfs_ops.cc100 if (p.has_root_directory()) // implies !p.has_root_name() in absolute()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc262 path::has_root_directory() const in has_root_directory() function in path
401 if (!ret.has_root_directory()) in lexically_normal()
465 if (!has_root_directory() && base.has_root_directory()) in lexically_relative()
H A Dpath.cc243 path::has_root_directory() const in has_root_directory() function in path
H A Dops.cc68 const bool has_root_dir = p.has_root_directory(); in absolute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h402 bool has_root_directory(const Twine &path, Style style = Style::native);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp620 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function
673 bool rootDir = has_root_directory(p, style); in is_absolute()
905 bool rootDirectory = path::has_root_directory(p); in make_absolute()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h408 bool has_root_directory() const; in _GLIBCXX_VISIBILITY()
1191 return has_root_name() && has_root_directory(); in _GLIBCXX_VISIBILITY()
1193 return has_root_directory(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h414 bool has_root_directory() const noexcept; in _GLIBCXX_VISIBILITY()
1257 return has_root_name() && has_root_directory(); in _GLIBCXX_VISIBILITY()
1259 return has_root_directory(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h515 bool has_root_directory() const noexcept; in _GLIBCXX_VISIBILITY()
1341 return has_root_name() && has_root_directory(); in _GLIBCXX_VISIBILITY()
1343 return has_root_directory(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h404 bool has_root_directory() const; in _GLIBCXX_VISIBILITY()
1260 return has_root_name() && has_root_directory(); in _GLIBCXX_VISIBILITY()
1262 return has_root_directory(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc243 path::has_root_directory() const in has_root_directory() function in path
H A Dops.cc74 const bool has_root_dir = p.has_root_directory(); in absolute()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem1027 if (__p.has_root_directory()) {
1033 if (has_filename() || (!has_root_directory() && is_absolute()))
1382 _LIBCPP_INLINE_VISIBILITY bool has_root_directory() const {
1423 return has_root_directory();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1526 if (sys::path::has_root_directory(File)) in loadFile()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20185131 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
5148 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
5622 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
H A DChangeLog-20196277 (path::has_root_directory, path::has_root_path)
6283 (path::has_root_directory, path::has_root_path)
7042 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
H A DChangeLog-2020672 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
717 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
H A DChangeLog-20171030 * testsuite/27_io/filesystem/path/query/has_root_directory.cc: New
H A DChangeLog-20153792 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
H A DChangeLog-20216417 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS99079 …99255c2da213ea3772d419e98 libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_directory.cc
100126 …07ccb350d3051e79c4 libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_directory.cc
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS113483 …8209ea41c5e09507a95f9b8ca libstdc++-v3/testsuite/27_io/filesystem/path/query/has_root_directory.cc
114591 …1d02dc851811a0455c libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_directory.cc