Home
last modified time | relevance | path

Searched refs:terminate_handler (Results 101 – 125 of 684) sorted by relevance

12345678910>>...28

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/src/support/runtime/
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
63 fprintf(stderr, "terminate_handler unexpectedly returned\n");
70 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/src/support/runtime/
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
63 fprintf(stderr, "terminate_handler unexpectedly returned\n");
70 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/src/support/runtime/
H A Dexception_fallback.ipp14 _LIBCPP_SAFE_STATIC static _Atomic(std::terminate_handler) __terminate_handler;
39 terminate_handler
40 set_terminate(terminate_handler func) _NOEXCEPT
45 terminate_handler
62 fprintf(stderr, "terminate_handler unexpectedly returned\n");
69 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
/dports/devel/libc++/libcxx-10.0.1.src/src/support/runtime/
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
63 fprintf(stderr, "terminate_handler unexpectedly returned\n");
70 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libcxx/support/runtime/
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
63 fprintf(stderr, "terminate_handler unexpectedly returned\n");
70 fprintf(stderr, "terminate_handler unexpectedly threw an exception\n");
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/18_support/headers/exception/
H A Dsynopsis.cc30 typedef void (*terminate_handler)(); typedef
31 terminate_handler set_terminate(terminate_handler f ) throw();
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/18_support/headers/exception/
H A Dsynopsis.cc30 typedef void (*terminate_handler)(); typedef
31 terminate_handler set_terminate(terminate_handler f ) throw();
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/error/
H A Dhandlers.cpp37 [[noreturn]] void terminate_handler() noexcept;
46 std::terminate_handler old_terminate_handler;
54 old_terminate_handler = std::set_terminate(terminate_handler); in __anon2be862990202()
69 [[noreturn]] void terminate_handler() noexcept { in terminate_handler() function
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/stdcpp/
H A Dexception.d27 alias terminate_handler = void function() nothrow;
29 terminate_handler set_terminate(terminate_handler f) nothrow;
31 terminate_handler get_terminate() nothrow;
/dports/japanese/sj3-lib/sj3-2.0.1.20/server/
H A Dmain.c107 terminate_handler(int sig) in terminate_handler() function
124 terminate_handler(int sig, int code, struct sigcontext *scp) in terminate_handler() function
172 signal(SIGINT, (void (*)())terminate_handler); in exec_fork()
174 signal(SIGTERM, (void (*)())terminate_handler); in exec_fork()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Djhlp.c74 terminate_handler () in terminate_handler() function
138 signal (SIGTERM, terminate_handler); in save_signals()
180 terminate_handler ();
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Djhlp.c74 terminate_handler () in terminate_handler() function
138 signal (SIGTERM, terminate_handler); in save_signals()
180 terminate_handler ();
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Djhlp.c74 terminate_handler () in terminate_handler() function
138 signal (SIGTERM, terminate_handler); in save_signals()
180 terminate_handler ();
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Djhlp.c74 terminate_handler () in terminate_handler() function
138 signal (SIGTERM, terminate_handler); in save_signals()
180 terminate_handler ();
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Djhlp.c74 terminate_handler () in terminate_handler() function
138 signal (SIGTERM, terminate_handler); in save_signals()
180 terminate_handler ();
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Djhlp.c74 terminate_handler () in terminate_handler() function
138 signal (SIGTERM, terminate_handler); in save_signals()
180 terminate_handler ();
/dports/devel/binutils/binutils-2.37/gold/testsuite/
H A Drelro_test.cc103 std::terminate_handler orig_terminate;
110 terminate_handler() in terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler); in t2()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/testsuite/
H A Drelro_test.cc103 std::terminate_handler orig_terminate;
110 terminate_handler() in terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler); in t2()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/testsuite/
H A Drelro_test.cc103 std::terminate_handler orig_terminate;
110 terminate_handler() in terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler); in t2()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/testsuite/
H A Drelro_test.cc103 std::terminate_handler orig_terminate;
110 terminate_handler() in terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler); in t2()
/dports/devel/gnulibiberty/binutils-2.37/gold/testsuite/
H A Drelro_test.cc103 std::terminate_handler orig_terminate;
110 terminate_handler() in terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler); in t2()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h59 std::terminate_handler terminateHandler;
125 extern void __terminate(std::terminate_handler) __attribute__((noreturn));
129 extern std::terminate_handler __terminate_handler;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h59 std::terminate_handler terminateHandler;
125 extern void __terminate(std::terminate_handler) __attribute__((noreturn));
129 extern std::terminate_handler __terminate_handler;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp86 typedef void (*terminate_handler) (); typedef
89 terminate_handler set_terminate(terminate_handler) { return 0; } in set_terminate() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp86 typedef void (*terminate_handler) (); typedef
89 terminate_handler set_terminate(terminate_handler) { return 0; } in set_terminate() argument

12345678910>>...28