Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dfilesystem_error.h89 void __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error() function
93 void __throw_filesystem_error(_Args&&...) {
H A Ddirectory_entry.h337 __throw_filesystem_error(__msg, __p_, __ec);
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dfilesystem_common.h173 __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()