Home
last modified time | relevance | path

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

/external/libcxx/src/
Dsystem_error.cpp244 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error
250 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error
256 system_error::system_error(error_code ec) in system_error() function in system_error
262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error
268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error
274 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
/external/parameter-framework/asio-1.10.6/include/asio/
Dsystem_error.hpp24 typedef std::system_error system_error; typedef
/external/clang/test/SemaCXX/
DPR9461.cpp31 struct system_error:runtime_error{ // expected-note {{to match}} struct