Home
last modified time | relevance | path

Searched refs:__throw_filesystem_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h158 __throw_filesystem_error(what, ec); in report()
160 __throw_filesystem_error(what, *p1_, ec); in report()
162 __throw_filesystem_error(what, *p1_, *p2_, ec); in report()
176 __throw_filesystem_error(what, ec); in report_impl()
178 __throw_filesystem_error(what, *p1_, ec); in report_impl()
180 __throw_filesystem_error(what, *p1_, *p2_, ec); in report_impl()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h73 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error() function
79 __throw_filesystem_error(_Args&&...) { in __throw_filesystem_error() function
H A Ddirectory_entry.h269 __throw_filesystem_error(__msg, __p_, __ec);