Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h30 class _LIBCPP_AVAILABILITY_FILESYSTEM_LIBRARY _LIBCPP_EXPORTED_FROM_ABI filesystem_error : public s…
32 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, error_code __ec) in filesystem_error() function
37 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, const path& __p1, error_code __ec) in filesystem_error() function
42 …_LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, const path& __p1, const path& __p2, e… in filesystem_error() function
51 _LIBCPP_HIDE_FROM_ABI filesystem_error(const filesystem_error&) = default;
52 ~filesystem_error() override; // key function
74 throw filesystem_error(std::forward<_Args>(__args)...); in __throw_filesystem_error()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_error.cpp18 filesystem_error::~filesystem_error() {} in ~filesystem_error()
20 void filesystem_error::__create_what(int __num_paths) { in __create_what()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h23 filesystem_error enumerator
H A DBinaryByteStream.h216 stream_error_code::filesystem_error); in commit()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp38 case stream_error_code::filesystem_error: in BinaryStreamError()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc24 SYMBOL(filesystem_error, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3448 SYMBOL(filesystem_error, std::filesystem::, <filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem170 class filesystem_error;
546 # include <__filesystem/filesystem_error.h>
H A Dmodule.modulemap1266 header "__filesystem/filesystem_error.h"
/freebsd/lib/libc++/
H A DMakefile33 SRCS+= filesystem/filesystem_error.cpp
698 FS_HEADERS+= filesystem_error.h
H A Dlibcxx.imp343 { include: [ "<__filesystem/filesystem_error.h>", "private", "<filesystem>", "public" ] },