Home
last modified time | relevance | path

Searched refs:range_error (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/sbin/mknod/
H A Dmknod.c113 int range_error; in main() local
137 range_error = errno; in main()
142 range_error |= errno; in main()
144 if (range_error || major(dev) != mymajor || in main()
/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept26 class range_error;
151 class _LIBCPP_EXCEPTION_ABI range_error
155 _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);
/freebsd-12.1/contrib/libstdc++/src/
H A Dstdexcept.cc69 range_error::range_error(const string& __arg) in range_error() function in range_error
H A Dfunctexcept.cc88 { throw range_error(_(__s)); } in __throw_range_error()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h126 class range_error : public runtime_error
129 explicit range_error(const string& __arg);
/freebsd-12.1/contrib/libc++/src/
H A Dstdexcept.cpp98 range_error::~range_error() _NOEXCEPT {} in ~range_error()
/freebsd-12.1/contrib/gdb/gdb/
H A Dlanguage.h478 extern void range_error (const char *, ...) ATTR_FORMAT (printf, 1, 2);
H A Dm2-exp.y737 range_error("Overflow on numeric constant.");
757 range_error("Overflow on numeric constant -- number too large.");
H A Dm2-exp.c2227 range_error("Overflow on numeric constant.");
2247 range_error("Overflow on numeric constant -- number too large.");
H A Df-exp.y736 range_error("Overflow on numeric constant.");
H A Dlanguage.c1026 range_error (const char *string,...) in range_error() function
H A Df-exp.c2110 range_error("Overflow on numeric constant.");
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-1998526 Add std_stdexcept.h include so that range_error will be defined.
527 Add explicit conversion to string for range_error throws. (HACK?)
H A DChangeLog-20005500 out_of_range instead of range_error.
H A DChangeLog-20011292 to throw out_of_range, not range_error, thus sayeth $23.1.1.13.
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dannotate.texinfo645 @c range_error(), and possibly other places.
H A Dgdb.texinfo18624 @c range_error(), and possibly other places.