Searched refs:out_of_range (Results 1 – 10 of 10) sorted by relevance
73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error {75 out_of_range(const string& __arg) : logic_error(__arg) {} in out_of_range() function77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
70 { _STLP_THROW_MSG(out_of_range, __msg); } in __stl_throw_out_of_range()
81 out_of_range::~out_of_range() _STLP_NOTHROW_INHERENTLY {} in ~out_of_range()
445 catch (out_of_range const&) { in null_char()846 catch (out_of_range const&) { in copy()1076 catch (out_of_range const&) { in template_expression()1260 catch (out_of_range const&) { in template_wexpression()
172 catch (out_of_range const&) { in at()
327 catch (out_of_range const&) { in at()
252 throw out_of_range(os.str()); in readcoded()270 throw out_of_range(os.str()); in readcoded64()282 throw out_of_range(os.str()); in readbool()357 throw out_of_range(os.str()); in readzoneinfo()
251 throw out_of_range(os.str()); in readcoded()269 throw out_of_range(os.str()); in readcoded64()281 throw out_of_range(os.str()); in readbool()356 throw out_of_range(os.str()); in readzoneinfo()
134 catch(std::out_of_range& err) { in getPron()
132 // nothing. Note, regular STL implementations throw a out_of_range