HomeSort by relevance Sort by last modified time
    Searched defs:system_error (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaCXX/
PR9461.cpp 31 struct system_error:runtime_error{ // expected-note {{to match}} struct in inherits:runtime_error
32 system_error():time_error("" // expected-error 3 {{expected}} expected-note {{to match}}
  /external/libcxx/src/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
11 #include "system_error"
149 // system_error
152 system_error::__init(const error_code& ec, string what_arg)
163 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
169 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
175 system_error::system_error(error_code ec function in class:system_error
181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
193 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
11 #include "system_error"
149 // system_error
152 system_error::__init(const error_code& ec, string what_arg)
163 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
169 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
175 system_error::system_error(error_code ec function in class:system_error
181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
193 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 98 system_error = 210, // see note (2) below enumerator in enum:boost::execution_exception::error_code
243 // ************** system_error ************** //
246 class system_error { class in namespace:boost
249 explicit system_error( char const* exp );
255 #define BOOST_TEST_SYS_ASSERT( exp ) if( (exp) ) ; else throw ::boost::system_error( BOOST_STRINGIZE( exp ) )
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 454 static void system_error(Error *pErr, int iSys){ function
746 system_error(pErr, rc);
767 if( pErr->rc==SQLITE_OK ) system_error(pErr, rc);
810 system_error(pErr, errno);
815 system_error(pErr, errno);
827 system_error(pErr, errno);
831 system_error(pErr, errno);
    [all...]

Completed in 178 milliseconds