Searched refs:terminate_handler (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/exception/
H A Dsynopsis.cc32 typedef void (*terminate_handler)(); typedef in namespace:std
33 terminate_handler set_terminate(terminate_handler f ) throw();
34 terminate_handler get_terminate() noexcept;
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Deh_term_handler.cc37 std::terminate_handler __cxxabiv1::__terminate_handler =
42 std::terminate_handler __cxxabiv1::__terminate_handler = std::abort;
H A Deh_terminate.cc43 __cxxabiv1::__terminate (std::terminate_handler handler) throw ()
73 std::terminate_handler
74 std::set_terminate (std::terminate_handler func) throw()
76 std::terminate_handler old;
87 std::terminate_handler
90 std::terminate_handler func;
H A Dunwind-cxx.h71 std::terminate_handler terminateHandler;
125 std::terminate_handler terminateHandler;
192 extern void __terminate(std::terminate_handler) throw ()
198 extern std::terminate_handler __terminate_handler;
H A Deh_call.cc77 std::terminate_handler terminateHandler = NULL;
H A Deh_personality.cc750 std::terminate_handler xh_terminate_handler;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/bad_exception/
H A D59392.cc35 static void terminate_handler() function
44 std::set_terminate(terminate_handler);
/haiku-buildtools/binutils/gold/testsuite/
H A Drelro_test.cc103 std::terminate_handler orig_terminate;
110 terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexception.cc39 extern std::terminate_handler __terminate_func __attribute__((__noreturn__));
57 std::terminate_handler
58 std::set_terminate (std::terminate_handler func)
60 std::terminate_handler old = __terminate_func;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc34 std::terminate_handler terminateHandler;
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dexcept-gcc.h119 std::terminate_handler terminateHandler;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46646.C180 typedef void (*terminate_handler) (); typedef in namespace:std
182 terminate_handler set_terminate(terminate_handler) throw();
H A Dpr46567.C1643 typedef void (*terminate_handler) (); typedef in namespace:std
1645 terminate_handler set_terminate(terminate_handler) throw();

Completed in 142 milliseconds