Searched refs:propagatingExceptions (Results 1 – 2 of 2) sorted by relevance
336 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_init_primary_exception()337 globals->propagatingExceptions = exception_header; in __cxa_init_primary_exception()345 if (NULL != globals->propagatingExceptions) in __cxa_init_primary_exception()347 globals->propagatingExceptions = exception_header; in __cxa_init_primary_exception()370 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_init_primary_exception()383 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_init_primary_exception()389 globals->propagatingExceptions = NULL; in __cxa_init_primary_exception()
157 __cxa_exception* propagatingExceptions; member