Home
last modified time | relevance | path

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

/external/libcxx/src/
Dsystem_error.cpp163 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error
169 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error
175 system_error::system_error(error_code ec) in system_error() function in system_error
181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error
187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error
193 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
/external/clang/test/SemaCXX/
DPR9461.cpp31 struct system_error:runtime_error{ // expected-note {{to match}} struct
/external/chromium_org/extensions/renderer/resources/
Dserial_service.js74 'system_error': serialMojom.SendError.SYSTEM_ERROR, property
81 'system_error': serialMojom.ReceiveError.SYSTEM_ERROR, property
/external/chromium_org/third_party/sqlite/src/test/
Dthreadtest3.c454 static void system_error(Error *pErr, int iSys){ in system_error() function