HomeSort by: relevance | last modified time | path
    Searched defs:filesystem_error (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_path.h 747 class filesystem_error : public std::system_error class in namespace:filesystem
750 filesystem_error(const string& __what_arg, error_code __ec);
752 filesystem_error(const string& __what_arg, const path& __p1,
755 filesystem_error(const string& __what_arg, const path& __p1,
758 filesystem_error(const filesystem_error&) = default;
759 filesystem_error& operator=(const filesystem_error&) = default;
764 ~filesystem_error();
781 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_path.h 754 class filesystem_error : public std::system_error class in namespace:filesystem
757 filesystem_error(const string& __what_arg, error_code __ec);
759 filesystem_error(const string& __what_arg, const path& __p1,
762 filesystem_error(const string& __what_arg, const path& __p1,
765 filesystem_error(const filesystem_error&) = default;
766 filesystem_error& operator=(const filesystem_error&) = default;
771 ~filesystem_error();
788 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_path.h 613 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
693 class filesystem_error : public std::system_error class in namespace:experimental::filesystem::v1
696 filesystem_error(const string& __what_arg, error_code __ec) function in class:experimental::filesystem::v1::filesystem_error
699 filesystem_error(const string& __what_arg, const path& __p1, function in class:experimental::filesystem::v1::filesystem_error
703 filesystem_error(const string& __what_arg, const path& __p1, function in class:experimental::filesystem::v1::filesystem_error
708 ~filesystem_error();
799 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
818 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
842 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
1108 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_path.h 620 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
700 class filesystem_error : public std::system_error class in namespace:experimental::filesystem::v1
703 filesystem_error(const string& __what_arg, error_code __ec) function in class:experimental::filesystem::v1::filesystem_error
706 filesystem_error(const string& __what_arg, const path& __p1, function in class:experimental::filesystem::v1::filesystem_error
710 filesystem_error(const string& __what_arg, const path& __p1, function in class:experimental::filesystem::v1::filesystem_error
715 ~filesystem_error();
806 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
825 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
849 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
1115 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_path.cc 1970 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
1997 struct fs::filesystem_error::_Impl
2043 template class std::__shared_ptr<const fs::filesystem_error::_Impl>;
2045 fs::filesystem_error::
2046 filesystem_error(const string& what_arg, error_code ec) function in class:fs::filesystem_error
2051 fs::filesystem_error::
2052 filesystem_error(const string& what_arg, const path& p1, error_code ec) function in class:fs::filesystem_error
2057 fs::filesystem_error::
2058 filesystem_error(const string& what_arg, const path& p1, const path& p2, function in class:fs::filesystem_error
2064 fs::filesystem_error::~filesystem_error() = default
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_path.cc 1956 _GLIBCXX_THROW_OR_ABORT(filesystem_error(
1983 struct fs::filesystem_error::_Impl
2029 template class std::__shared_ptr<const fs::filesystem_error::_Impl>;
2031 fs::filesystem_error::
2032 filesystem_error(const string& what_arg, error_code ec) function in class:fs::filesystem_error
2037 fs::filesystem_error::
2038 filesystem_error(const string& what_arg, const path& p1, error_code ec) function in class:fs::filesystem_error
2043 fs::filesystem_error::
2044 filesystem_error(const string& what_arg, const path& p1, const path& p2, function in class:fs::filesystem_error
2050 fs::filesystem_error::~filesystem_error() = default
    [all...]

Completed in 23 milliseconds