#include <bits/c++config.h>
#include "unwind-cxx.h"
Include dependency graph for eh_throw.cc:
Go to the source code of this file.
Functions | |
void | __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) |
void | __cxa_throw (void *obj, std::type_info *tinfo, void(*dest)(void *)) |
void | __cxa_rethrow () |
|
Definition at line 81 of file eh_throw.cc. References __cxa_begin_catch(), __cxa_get_globals(), __cxxabiv1::__cxa_eh_globals::caughtExceptions, __cxxabiv1::__cxa_exception::handlerCount, std::terminate(), and __cxxabiv1::__cxa_exception::unwindHeader. |
|
|
Definition at line 39 of file eh_throw.cc. References __cxa_free_exception(), and __cxxabiv1::__terminate(). Referenced by __cxxabiv1::__cxa_throw(). |