Searched defs:system_error (Results 1 – 3 of 3) sorted by relevance
158 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error164 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error170 system_error::system_error(error_code ec) in system_error() function in system_error176 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error182 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error188 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