Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc209 int cleanupCount; member
1046 ex->cleanupCount++; in pushCleanupException()
1047 if (ex->cleanupCount > 1) in pushCleanupException()
1545 ex->cleanupCount--;
1546 if (ex->cleanupCount == 0)
H A Dcxxabi.h123 int cleanupCount; member