Searched defs:__throw_system_error (Results 1 – 8 of 8) sorted by relevance
43 _LIBCPP_NORETURN _LIBCPP_HIDE_FROM_ABI inline void __throw_system_error(error_code __ec, const char… in __throw_system_error() function
43 [[__noreturn__]] _LIBCPP_HIDE_FROM_ABI inline void __throw_system_error(error_code __ec, const char… in __throw_system_error() function
285 __throw_system_error(int ev, const char* what_arg) in __throw_system_error() function
213 void __throw_system_error(int ev, const char* what_arg) { in __throw_system_error() function