Searched refs:propagatingExceptions (Results 1 – 4 of 4) sorted by relevance
331 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_throw()332 globals->propagatingExceptions = exception_header; in __cxa_throw()340 if (NULL != globals->propagatingExceptions) in __cxa_throw()342 globals->propagatingExceptions = exception_header; in __cxa_throw()365 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_throw()378 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_throw()384 globals->propagatingExceptions = NULL; in __cxa_throw()
157 __cxa_exception* propagatingExceptions; member
322 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()323 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()331 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()333 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()356 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()369 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()375 globals->propagatingExceptions = NULL; in __cxa_end_cleanup_impl()
108 __cxa_exception* propagatingExceptions; member