Searched refs:filesystem_error (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | filesystem_error.h | 30 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 D | filesystem_error.cpp | 18 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 D | BinaryStreamError.h | 23 filesystem_error enumerator
|
H A D | BinaryByteStream.h | 216 stream_error_code::filesystem_error); in commit()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamError.cpp | 38 case stream_error_code::filesystem_error: in BinaryStreamError()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdTsSymbolMap.inc | 24 SYMBOL(filesystem_error, std::experimental::filesystem::, <experimental/filesystem>)
|
H A D | StdSymbolMap.inc | 3448 SYMBOL(filesystem_error, std::filesystem::, <filesystem>)
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | filesystem.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | filesystem | 170 class filesystem_error; 546 # include <__filesystem/filesystem_error.h>
|
H A D | module.modulemap | 1266 header "__filesystem/filesystem_error.h"
|
/freebsd/lib/libc++/ |
H A D | Makefile | 33 SRCS+= filesystem/filesystem_error.cpp 698 FS_HEADERS+= filesystem_error.h
|
H A D | libcxx.imp | 343 { include: [ "<__filesystem/filesystem_error.h>", "private", "<filesystem>", "public" ] },
|