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

/freebsd-10.2-release/contrib/libcxxrt/
H A Dcxxabi.h119 _Unwind_Exception *nextCleanup; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc208 _Unwind_Exception *nextCleanup; member in struct:__cxa_dependent_exception
1042 ex->nextCleanup = info->currentCleanup;
1512 info->currentCleanup = ex->nextCleanup;
1513 ex->nextCleanup = 0;

Completed in 90 milliseconds