Searched defs:system_error (Results 1 – 2 of 2) sorted by relevance
246 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error252 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error258 system_error::system_error(error_code ec) in system_error() function in system_error264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error276 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
31 struct system_error:runtime_error{ // expected-note {{to match}} struct