Searched refs:underflow_error (Results 1 – 6 of 6) sorted by relevance
28 class underflow_error;171 class _LIBCPP_EXCEPTION_ABI underflow_error175 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const string& __s) : runtime_error(__s) {}176 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const char* __s) : runtime_error(__s) {}178 virtual ~underflow_error() _NOEXCEPT;269 throw underflow_error(__msg);
75 underflow_error::underflow_error(const string& __arg) in underflow_error() function in underflow_error
96 { throw underflow_error(_(__s)); } in __throw_underflow_error()
140 class underflow_error : public runtime_error 143 explicit underflow_error(const string& __arg);
100 underflow_error::~underflow_error() _NOEXCEPT {} in ~underflow_error()
856 (underflow_error): New.