Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/
H A Dsystem_error.cpp246 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error
252 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error
258 system_error::system_error(error_code ec) in system_error() function in system_error
264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error
270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error
276 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error