Searched defs:system_error (Results 1 – 3 of 3) sorted by relevance
244 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error250 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error256 system_error::system_error(error_code ec) in system_error() function in system_error262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error274 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
24 typedef std::system_error system_error; typedef
31 struct system_error:runtime_error{ // expected-note {{to match}} struct