Home
last modified time | relevance | path

Searched refs:__libcpp_verbose_abort (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_unimplemented.ipp16 __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");
H A Dexception_fallback.ipp42 __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");
H A Dexception_msvc.ipp50 __libcpp_verbose_abort("terminate_handler unexpectedly returned\n");
54 __libcpp_verbose_abort("terminate_handler unexpectedly threw an exception\n");
/freebsd/contrib/llvm-project/libcxx/include/
H A D__verbose_abort24 __printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...) _NOEXCEPT;
45 # define _LIBCPP_VERBOSE_ABORT(...) ::std::__libcpp_verbose_abort(__VA_ARGS__)
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__verbose_abort24 _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...);
45 # define _LIBCPP_VERBOSE_ABORT(...) ::std::__libcpp_verbose_abort(__VA_ARGS__)
/freebsd/contrib/llvm-project/libcxx/src/
H A Dverbose_abort.cpp26 _LIBCPP_WEAK void __libcpp_verbose_abort(char const* format, ...) noexcept { in __libcpp_verbose_abort() function