Home
last modified time | relevance | path

Searched refs:ecat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp348 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() argument
349 : runtime_error(make_error_str(error_code(ev, ecat), what_arg)), __ec_(error_code(ev, ecat)) {} in system_error()
351 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() argument
352 : runtime_error(make_error_str(error_code(ev, ecat), what_arg)), __ec_(error_code(ev, ecat)) {} in system_error()
354 system_error::system_error(int ev, const error_category& ecat) in system_error() argument
355 : runtime_error(make_error_str(error_code(ev, ecat))), __ec_(error_code(ev, ecat)) {} in system_error()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dsystem_error112 system_error(int ev, const error_category& ecat, const string& what_arg);
113 system_error(int ev, const error_category& ecat, const char* what_arg);
114 system_error(int ev, const error_category& ecat);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsystem_error112 system_error(int ev, const error_category& ecat, const string& what_arg);
113 system_error(int ev, const error_category& ecat, const char* what_arg);
114 system_error(int ev, const error_category& ecat);