Searched refs:overflow_error (Results 1 – 14 of 14) sorted by relevance
26 class overflow_error;187 class _LIBCPP_EXCEPTION_ABI overflow_error191 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {}192 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {}195 overflow_error(const overflow_error&) _NOEXCEPT = default;196 ~overflow_error() _NOEXCEPT override;290 throw overflow_error(__msg);
44 overflow_error::~overflow_error() noexcept {} in ~overflow_error()
72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in overflow_error
92 { throw overflow_error(_(__s)); } in __throw_overflow_error()
72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
85 { throw overflow_error(__s); } in __throw_overflow_error()
134 class overflow_error : public runtime_error 137 explicit overflow_error(const string& __arg);
133 class overflow_error : public runtime_error 136 explicit overflow_error(const string& __arg);
59 overflow_error::~overflow_error() noexcept {}
81 std::overflow_error*;
101 std::overflow_error*;
867 SYMBOL(overflow_error, std::, <stdexcept>)
368 T class overflow_error;421 19.1.8 Class overflow_error [lib.overflow.error]423 T class overflow_error : public runtime_error {425 T explicit overflow_error(const string& what_arg);