Home
last modified time | relevance | path

Searched refs:nextException (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
H A Dunwind-cxx.h74 __cxa_exception *nextException; member
128 __cxa_exception *nextException; member
H A Deh_tm.cc110 next = h->nextException; in __cxa_tm_cleanup()
H A Deh_globals.cc82 next = exn->nextException; in eh_globals_dtor()
H A Dvec.cc58 globals->caughtExceptions = p->nextException; in uncatch_exception()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
H A Dunwind-cxx.h74 __cxa_exception *nextException; member
128 __cxa_exception *nextException; member
H A Deh_tm.cc110 next = h->nextException; in __cxa_tm_cleanup()
H A Deh_globals.cc100 next = exn->nextException; in eh_globals_dtor()
H A Dvec.cc58 globals->caughtExceptions = p->nextException; in uncatch_exception()
/netbsd/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc205 __cxa_exception *nextException; member
325 if (0 != ex->nextException) in free_exception_list()
327 free_exception_list(ex->nextException); in free_exception_list()
1228 ex->nextException = globals->caughtExceptions;
1338 globals->caughtExceptions = ex->nextException;
H A Dcxxabi.h105 __cxa_exception *nextException; member
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d345 CxaExceptionHeader* nextException;
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d321 CxaExceptionHeader* nextException; member