Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/
H A Dstdexcept62 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 Dios436 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream);
437 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
442 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_failure(char const* __msg) {
444 throw ios_base::failure(__msg);
446 …P_VERBOSE_ABORT("ios_base::failure was thrown in -fno-exceptions mode with message \"%s\"", __msg);
/src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h91 #define DEMANGLE_ASSERT(__expr, __msg) assert((__expr) && (__msg)) argument
/src/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h263 …__handle_error(const char* __msg, error_code* __dest_ec, error_code const& __ec, bool __allow_dne …
269 __throw_filesystem_error(__msg, __p_, __ec);
/src/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