Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dcxxabi.h119 _Unwind_Exception *nextCleanup; member
H A Dexception.cc208 _Unwind_Exception *nextCleanup; member
1052 ex->nextCleanup = info->currentCleanup; in pushCleanupException()
1548 info->currentCleanup = ex->nextCleanup;
1549 ex->nextCleanup = 0;