Home
last modified time | relevance | path

Searched refs:__msg (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstdexcept63 explicit __libcpp_refstring(const char* __msg);
215 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_logic_error(const char* __msg) {
217 throw logic_error(__msg);
225 throw domain_error(__msg);
233 throw invalid_argument(__msg);
241 throw length_error(__msg);
249 throw out_of_range(__msg);
255 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_range_error(const char* __msg) {
257 throw range_error(__msg);
265 throw overflow_error(__msg);
[all …]
H A Dios433 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream);
434 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
439 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_failure(char const* __msg) {
441 throw ios_base::failure(__msg);
443 …P_VERBOSE_ABORT("ios_base::failure was thrown in -fno-exceptions mode with message \"%s\"", __msg);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h91 #define DEMANGLE_ASSERT(__expr, __msg) assert((__expr) && (__msg)) argument
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h264 …__handle_error(const char* __msg, error_code* __dest_ec, error_code const& __ec, bool __allow_dne …
270 __throw_filesystem_error(__msg, __p_, __ec);
/freebsd-14.2/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr632 local __msg __new_input
633 f_sprintf __msg "$msg_password_expire_manual_edit" \
638 "$__msg" "$__input" "$__hline" || continue
775 local __msg __new_input
776 f_sprintf __msg "$msg_account_expire_manual_edit" \
781 "$__msg" "$__input" "$__hline" || continue