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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dcxxabi.h123 int cleanupCount; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc209 int cleanupCount; member in struct:__cxa_dependent_exception
1026 ex->cleanupCount++;
1027 if (ex->cleanupCount > 1)
1494 ex->cleanupCount--;
1495 if (ex->cleanupCount == 0)

Completed in 110 milliseconds