Searched refs:_STLP_THROW_MSG (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _range_errors.c | 22 # define _STLP_THROW_MSG(ex,msg) throw std::ex(msg) macro 35 # define _STLP_THROW_MSG(ex,msg) throw ex(msg) macro 49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT() macro 64 { _STLP_THROW_MSG(runtime_error, __msg); } in __stl_throw_runtime_error() 67 { _STLP_THROW_MSG(range_error, __msg); } in __stl_throw_range_error() 70 { _STLP_THROW_MSG(out_of_range, __msg); } in __stl_throw_out_of_range() 73 { _STLP_THROW_MSG(length_error, __msg); } in __stl_throw_length_error() 76 { _STLP_THROW_MSG(invalid_argument, __msg); } in __stl_throw_invalid_argument() 79 { _STLP_THROW_MSG(overflow_error, __msg); } in __stl_throw_overflow_error() 84 #undef _STLP_THROW_MSG
|