Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libcxxrt/
H A Dcxxabi.h119 _Unwind_Exception *nextCleanup; member
H A Dexception.cc208 _Unwind_Exception *nextCleanup; member
1072 ex->nextCleanup = info->currentCleanup; in pushCleanupException()
1568 info->currentCleanup = ex->nextCleanup;
1569 ex->nextCleanup = 0;