Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc140 header->cleanupCount += 1; in __cxa_begin_cleanup()
141 if (header->cleanupCount == 1) { // First time in __cxa_begin_cleanup()
161 header->cleanupCount -= 1; in helper_end_cleanup()
162 if (header->cleanupCount == 0) { // Last one in helper_end_cleanup()
Dcxxabi_defines.h295 int cleanupCount; member