Searched refs:__msg (Results 1 – 5 of 5) sorted by relevance
63 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 …]
433 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);
91 #define DEMANGLE_ASSERT(__expr, __msg) assert((__expr) && (__msg)) argument
264 …__handle_error(const char* __msg, error_code* __dest_ec, error_code const& __ec, bool __allow_dne …270 __throw_filesystem_error(__msg, __p_, __ec);
632 local __msg __new_input633 f_sprintf __msg "$msg_password_expire_manual_edit" \638 "$__msg" "$__input" "$__hline" || continue775 local __msg __new_input776 f_sprintf __msg "$msg_account_expire_manual_edit" \781 "$__msg" "$__input" "$__hline" || continue