Searched refs:propagatingExceptions (Results 1 – 2 of 2) sorted by relevance
285 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()286 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()294 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()296 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()316 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()329 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()335 globals->propagatingExceptions = NULL; in __cxa_end_cleanup_impl()
108 __cxa_exception* propagatingExceptions; member