Searched refs:__msg (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | stdexcept | 62 explicit __libcpp_refstring(const char* __msg); 214 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_logic_error(const char* __msg) { 216 throw logic_error(__msg); 218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 222 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_domain_error(const char* __msg) { 224 throw domain_error(__msg); 226 …LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 230 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_invalid_argument(const char* __msg) { 232 throw invalid_argument(__msg); 234 …PP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", __msg); [all …]
|
| H A D | ios | 429 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream); 430 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream); 435 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_failure(char const* __msg) { 437 throw ios_base::failure(__msg); 439 …P_VERBOSE_ABORT("ios_base::failure was thrown in -fno-exceptions mode with message \"%s\"", __msg);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | stdexcept | 65 explicit __libcpp_refstring(const char* __msg); 217 [[__noreturn__]] inline _LIBCPP_HIDE_FROM_ABI void __throw_logic_error(const char* __msg) { 219 throw logic_error(__msg); 221 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 225 [[__noreturn__]] inline _LIBCPP_HIDE_FROM_ABI void __throw_domain_error(const char* __msg) { 227 throw domain_error(__msg); 229 …LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 233 [[__noreturn__]] inline _LIBCPP_HIDE_FROM_ABI void __throw_invalid_argument(const char* __msg) { 235 throw invalid_argument(__msg); 237 …PP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", __msg); [all …]
|
| H A D | ios | 440 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream); 441 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream); 446 [[__noreturn__]] inline _LIBCPP_HIDE_FROM_ABI void __throw_failure(char const* __msg) { 448 throw ios_base::failure(__msg); 450 …P_VERBOSE_ABORT("ios_base::failure was thrown in -fno-exceptions mode with message \"%s\"", __msg);
|
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | directory_entry.h | 283 …__handle_error(const char* __msg, error_code* __dest_ec, error_code const& __ec, bool __allow_dne … 289 filesystem::__throw_filesystem_error(__msg, __p_, __ec);
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user_input.subr | 632 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
|