Home
last modified time | relevance | path

Searched refs:filesystem_error (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dfs_path.h754 class filesystem_error : public std::system_error in _GLIBCXX_VISIBILITY()
757 filesystem_error(const string& __what_arg, error_code __ec); in _GLIBCXX_VISIBILITY()
759 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
762 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
765 filesystem_error(const filesystem_error&) = default; in _GLIBCXX_VISIBILITY()
766 filesystem_error& operator=(const filesystem_error&) = default; in _GLIBCXX_VISIBILITY()
771 ~filesystem_error(); in _GLIBCXX_VISIBILITY()
788 _GLIBCXX_THROW_OR_ABORT(filesystem_error( in _GLIBCXX_VISIBILITY()
1445 extern template class __shared_ptr<const filesystem::filesystem_error::_Impl>; in _GLIBCXX_VISIBILITY()
Dfs_fwd.h59 class filesystem_error; in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2019536 * include/bits/fs_path.h (filesystem_error): Move definition before
2710 * src/c++17/fs_path.cc (filesystem_error::_Impl): Use a string_view
2712 (filesystem_error::filesystem_error): Pass system_error::what() to
2714 * testsuite/27_io/filesystem/filesystem_error/cons.cc: Ensure that
2715 filesystem_error::what() contains system_error::what().
4643 (path, filesystem_error, u8path): Improve docs.
6671 * testsuite/experimental/filesystem/filesystem_error/cons.cc: New
6941 * testsuite/27_io/filesystem/filesystem_error/cons.cc: Likewise.
6942 * testsuite/27_io/filesystem/filesystem_error/copy.cc: Likewise.
7130 * testsuite/27_io/filesystem/filesystem_error/copy.cc: Fix static
DChangeLog-2018322 * src/filesystem/path.cc (filesystem_error::_M_gen_what()): Create
378 * include/bits/fs_path.h (filesystem_error): Move data members into
381 * src/filesystem/std-path.cc (filesystem_error::_Impl): Define.
382 (filesystem_error): Define member functions.
383 * testsuite/27_io/filesystem/filesystem_error/cons.cc: New test.
384 * testsuite/27_io/filesystem/filesystem_error/copy.cc: New test.
4684 (filesystem_error::_M_get_what): Use u8string() not native().
4727 (filesystem_error::_M_get_what): Use u8string() not native().
DChangeLog-20153595 * include/experimental/fs_path.h (filesystem_error::~filesystem_error):
3597 * src/filesystem/path.cc (filesystem_error::~filesystem_error):
DChangeLog-2017926 * include/experimental/filesystem (filesystem_error::_M_gen_what):
950 * src/filesystem/path.cc (filesystem_error::_M_gen_what): Define.
DChangeLog-20216283 * testsuite/27_io/filesystem/filesystem_error/cons.cc: Likewise.
6284 * testsuite/27_io/filesystem/filesystem_error/copy.cc: Likewise.
8943 (__wstr_from_utf8): Move definition after filesystem_error has
DChangeLog-20204920 * testsuite/experimental/filesystem/filesystem_error/cons.cc:
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS113377 bdf657cd22f124baf04ebab434af157a libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc
113378 c428626c422fb88386fe757096872b03 libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc
114516 6fbf2560cc0f0331e3d9474af50277eb libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/c…