Searched refs:currentCleanup (Results 1 – 1 of 1) sorted by relevance
175 _Unwind_Exception *currentCleanup; member1063 assert(exceptionObject == info->currentCleanup); in pushCleanupException()1066 ex->nextCleanup = info->currentCleanup; in pushCleanupException()1068 info->currentCleanup = exceptionObject; in pushCleanupException()1555 _Unwind_Exception *exceptionObject = info->currentCleanup;1562 info->currentCleanup = ex->nextCleanup;1568 info->currentCleanup = 0;