Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp50 int propagationCount; member
88 int propagationCount; member
Dcxa_exception.cpp283 if (0 == exception_header->propagationCount) in __cxa_begin_cleanup()
288 ++exception_header->propagationCount; in __cxa_begin_cleanup()
326 --exception_header->propagationCount; in __cxa_end_cleanup_impl()
327 if (0 == exception_header->propagationCount) in __cxa_end_cleanup_impl()