Searched refs:__libcpp_verbose_abort (Results 1 – 6 of 6) sorted by relevance
16 __libcpp_verbose_abort("exception_ptr not yet implemented\n");21 __libcpp_verbose_abort("exception_ptr not yet implemented\n");26 __libcpp_verbose_abort("exception_ptr not yet implemented\n");31 __libcpp_verbose_abort("exception_ptr not yet implemented\n");44 __libcpp_verbose_abort("exception_ptr not yet implemented\n");54 __libcpp_verbose_abort("exception_ptr not yet implemented\n");59 __libcpp_verbose_abort("exception_ptr not yet implemented\n");
42 __libcpp_verbose_abort("terminate_handler unexpectedly returned\n");46 __libcpp_verbose_abort("terminate_handler unexpectedly threw an exception\n");55 __libcpp_verbose_abort("uncaught_exceptions not yet implemented\n");
50 __libcpp_verbose_abort("terminate_handler unexpectedly returned\n");54 __libcpp_verbose_abort("terminate_handler unexpectedly threw an exception\n");
24 __printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...) _NOEXCEPT;45 # define _LIBCPP_VERBOSE_ABORT(...) ::std::__libcpp_verbose_abort(__VA_ARGS__)
24 _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...);45 # define _LIBCPP_VERBOSE_ABORT(...) ::std::__libcpp_verbose_abort(__VA_ARGS__)
26 _LIBCPP_WEAK void __libcpp_verbose_abort(char const* format, ...) noexcept { in __libcpp_verbose_abort() function