Home
last modified time | relevance | path

Searched refs:nextCleanup (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h126 _Unwind_Exception *nextCleanup; member
H A Dexception.cc209 _Unwind_Exception *nextCleanup; member
1066 ex->nextCleanup = info->currentCleanup; in pushCleanupException()
1562 info->currentCleanup = ex->nextCleanup;
1563 ex->nextCleanup = 0;