Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/
H A Dsystem_error.cpp235 system_error::__init(const error_code& ec, string what_arg) in __init()
246 system_error::system_error(error_code ec, const string& what_arg) in system_error()
252 system_error::system_error(error_code ec, const char* what_arg) in system_error()
264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
287 __throw_system_error(int ev, const char* what_arg) in __throw_system_error()