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

/freebsd-9.3-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
1032 ex->nextCleanup = info->currentCleanup;
1497 info->currentCleanup = ex->nextCleanup;
1498 ex->nextCleanup = 0;

Completed in 98 milliseconds