Searched refs:currentCleanup (Results 1 – 1 of 1) sorted by relevance
178 _Unwind_Exception *currentCleanup; member1098 assert(exceptionObject == info->currentCleanup); in pushCleanupException()1101 ex->nextCleanup = info->currentCleanup; in pushCleanupException()1103 info->currentCleanup = exceptionObject; in pushCleanupException()1609 _Unwind_Exception *exceptionObject = info->currentCleanup;1616 info->currentCleanup = ex->nextCleanup;1622 info->currentCleanup = 0;