/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}}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
system_error.cpp | 1 //===---------------------- system_error.cpp ------------------------------===// 10 #include "system_error" 139 // system_error 142 system_error::__init(const error_code& ec, string what_arg) 153 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error 159 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error 165 system_error::system_error(error_code ec function in class:system_error 171 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error 177 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error 183 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...] |