Searched refs:currentCleanup (Results 1 – 1 of 1) sorted by relevance
175 _Unwind_Exception *currentCleanup; member1049 assert(exceptionObject == info->currentCleanup); in pushCleanupException()1052 ex->nextCleanup = info->currentCleanup; in pushCleanupException()1054 info->currentCleanup = exceptionObject; in pushCleanupException()1541 _Unwind_Exception *exceptionObject = info->currentCleanup;1548 info->currentCleanup = ex->nextCleanup;1554 info->currentCleanup = 0;