Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h23 filesystem_error enumerator
H A DBinaryByteStream.h220 stream_error_code::filesystem_error); in commit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp38 case stream_error_code::filesystem_error: in BinaryStreamError()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem44 class filesystem_error;
1683 // filesystem_error to work around PR41078.
1686 class _LIBCPP_AVAILABILITY_FILESYSTEM _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error {
1689 filesystem_error(const string& __what, error_code __ec)
1696 filesystem_error(const string& __what, const path& __p1, error_code __ec)
1703 filesystem_error(const string& __what, const path& __p1, const path& __p2,
1716 filesystem_error(const filesystem_error&) = default;
1717 ~filesystem_error() override; // key function
1744 throw filesystem_error(_VSTD::forward<_Args>(__args)...);
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dfilesystem44 class filesystem_error;
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp668 filesystem_error::~filesystem_error() {} in ~filesystem_error()
670 void filesystem_error::__create_what(int __num_paths) { in __create_what()