Searched refs:__throw_filesystem_error (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | filesystem_error.h | 89 void __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error() function 93 void __throw_filesystem_error(_Args&&...) {
|
| H A D | directory_entry.h | 337 __throw_filesystem_error(__msg, __p_, __ec);
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 173 __throw_filesystem_error(what, ec); in report() 175 __throw_filesystem_error(what, *p1_, ec); in report() 177 __throw_filesystem_error(what, *p1_, *p2_, ec); in report() 192 __throw_filesystem_error(what, ec); in report_impl() 194 __throw_filesystem_error(what, *p1_, ec); in report_impl() 196 __throw_filesystem_error(what, *p1_, *p2_, ec); in report_impl()
|