Searched refs:__throw_filesystem_error (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | error.h | 100 filesystem::__throw_filesystem_error(what, ec); in report() 102 filesystem::__throw_filesystem_error(what, *p1_, ec); in report() 104 filesystem::__throw_filesystem_error(what, *p1_, *p2_, ec); in report() 118 filesystem::__throw_filesystem_error(what, ec); in report_impl() 120 filesystem::__throw_filesystem_error(what, *p1_, ec); in report_impl() 122 filesystem::__throw_filesystem_error(what, *p1_, *p2_, ec); in report_impl()
|
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | filesystem_error.h | 73 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error() function 79 __throw_filesystem_error(_Args&&...) { in __throw_filesystem_error() function
|
| H A D | directory_entry.h | 289 filesystem::__throw_filesystem_error(__msg, __p_, __ec);
|