| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 487 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 D | fs_ops.cc | 96 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 D | fs_path.cc | 488 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 D | fs_ops.cc | 100 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 D | std-path.cc | 262 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 D | path.cc | 243 path::has_root_directory() const in has_root_directory() function in path
|
| H A D | ops.cc | 68 const bool has_root_dir = p.has_root_directory(); in absolute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Path.h | 402 bool has_root_directory(const Twine &path, Style style = Style::native);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Path.cpp | 620 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 D | fs_path.h | 408 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 D | fs_path.h | 414 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 D | fs_path.h | 515 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 D | fs_path.h | 404 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 D | path.cc | 243 path::has_root_directory() const in has_root_directory() function in path
|
| H A D | ops.cc | 74 const bool has_root_dir = p.has_root_directory(); in absolute()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | filesystem | 1027 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 D | ResourceFileWriter.cpp | 1526 if (sys::path::has_root_directory(File)) in loadFile()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2018 | 5131 * 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 D | ChangeLog-2019 | 6277 (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 D | ChangeLog-2020 | 672 * testsuite/27_io/filesystem/path/query/has_root_directory.cc: 717 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
|
| H A D | ChangeLog-2017 | 1030 * testsuite/27_io/filesystem/path/query/has_root_directory.cc: New
|
| H A D | ChangeLog-2015 | 3792 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
|
| H A D | ChangeLog-2021 | 6417 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 99079 …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 D | MD5SUMS | 113483 …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
|