Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamError.h24 filesystem_error enumerator
H A DBinaryByteStream.h221 stream_error_code::filesystem_error); in commit()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamError.cpp39 case stream_error_code::filesystem_error: in BinaryStreamError()
/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem45 class filesystem_error;
1314 class _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error {
1317 filesystem_error(const string& __what, error_code __ec)
1324 filesystem_error(const string& __what, const path& __p1, error_code __ec)
1331 filesystem_error(const string& __what, const path& __p1, const path& __p2,
1344 ~filesystem_error() override; // key function
1371 throw filesystem_error(std::forward<_Args>(__args)...);
/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp505 filesystem_error::~filesystem_error() {} in ~filesystem_error()
507 void filesystem_error::__create_what(int __num_paths) { in __create_what()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dfilesystem45 class filesystem_error;