Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp98 system_error = 210, // see note (2) below enumerator
246 class system_error { class