Home
last modified time | relevance | path

Searched defs:__throw_system_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Dsystem_error.h46 [[__noreturn__]] _LIBCPP_HIDE_FROM_ABI inline void __throw_system_error(error_code __ec, const char… in __throw_system_error() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Dsystem_error.h43 _LIBCPP_NORETURN _LIBCPP_HIDE_FROM_ABI inline void __throw_system_error(error_code __ec, const char… in __throw_system_error() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp359 void __throw_system_error(int ev, const char* what_arg) { in __throw_system_error() function