Searched refs:range_error (Results 1 – 17 of 17) sorted by relevance
113 int range_error; in main() local137 range_error = errno; in main()142 range_error |= errno; in main()144 if (range_error || major(dev) != mymajor || in main()
26 class range_error;151 class _LIBCPP_EXCEPTION_ABI range_error155 _LIBCPP_INLINE_VISIBILITY explicit range_error(const string& __s) : runtime_error(__s) {}156 _LIBCPP_INLINE_VISIBILITY explicit range_error(const char* __s) : runtime_error(__s) {}158 virtual ~range_error() _NOEXCEPT;247 throw range_error(__msg);
69 range_error::range_error(const string& __arg) in range_error() function in range_error
88 { throw range_error(_(__s)); } in __throw_range_error()
126 class range_error : public runtime_error 129 explicit range_error(const string& __arg);
98 range_error::~range_error() _NOEXCEPT {} in ~range_error()
478 extern void range_error (const char *, ...) ATTR_FORMAT (printf, 1, 2);
737 range_error("Overflow on numeric constant.");757 range_error("Overflow on numeric constant -- number too large.");
2227 range_error("Overflow on numeric constant.");2247 range_error("Overflow on numeric constant -- number too large.");
736 range_error("Overflow on numeric constant.");
1026 range_error (const char *string,...) in range_error() function
2110 range_error("Overflow on numeric constant.");
526 Add std_stdexcept.h include so that range_error will be defined.527 Add explicit conversion to string for range_error throws. (HACK?)
5500 out_of_range instead of range_error.
1292 to throw out_of_range, not range_error, thus sayeth $23.1.1.13.
645 @c range_error(), and possibly other places.
18624 @c range_error(), and possibly other places.