Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_msvc.ipp18 typedef void (__cdecl* terminate_handler)();
19 _LIBCPP_CRT_FUNC terminate_handler __cdecl set_terminate(
20 terminate_handler _NewTerminateHandler) throw();
21 _LIBCPP_CRT_FUNC terminate_handler __cdecl _get_terminate();
49 terminate_handler set_terminate(terminate_handler func) noexcept {
53 terminate_handler get_terminate() noexcept {
66 fprintf(stderr, "terminate_handler unexpectedly returned\n");
73 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
H A Dexception_fallback.ipp14 _LIBCPP_SAFE_STATIC static std::terminate_handler __terminate_handler;
40 terminate_handler
41 set_terminate(terminate_handler func) noexcept
46 terminate_handler
62 fprintf(stderr, "terminate_handler unexpectedly returned\n");
69 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dexception45 typedef void (*terminate_handler)();
46 terminate_handler set_terminate(terminate_handler f ) noexcept;
47 terminate_handler get_terminate() noexcept;
128 typedef void (*terminate_handler)();
129 _LIBCPP_FUNC_VIS terminate_handler set_terminate(terminate_handler) _NOEXCEPT;
130 _LIBCPP_FUNC_VIS terminate_handler get_terminate() _NOEXCEPT;
/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h54 typedef void (*terminate_handler)(); typedef
106 terminate_handler terminateHandler;
H A Dexception.cc161 terminate_handler terminateHandler;
205 terminate_handler terminateHandler;
304 static terminate_handler terminateHandler = abort;
1445 terminate_handler set_terminate(terminate_handler f) throw()
1448 terminate_handler old = info->terminateHandler;
1469 terminate_handler set_terminate(terminate_handler f) throw()
1541 terminate_handler get_terminate() throw()