Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DPR9461.cpp31 struct system_error:runtime_error{ // expected-note {{to match}} struct