HomeSort by relevance Sort by last modified time
    Searched defs:terminate_handler (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eh.h 20 typedef void (__cdecl *terminate_handler)(); typedef
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 86 typedef void (*terminate_handler) (); typedef in namespace:std
89 terminate_handler set_terminate(terminate_handler) { return 0; }
  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_test.cc 103 std::terminate_handler orig_terminate;
110 terminate_handler() function
148 orig_terminate = std::set_terminate(terminate_handler);

Completed in 537 milliseconds