Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h56 int propagationCount; member
94 int propagationCount; member
120 static_assert(offsetof(__cxa_exception, propagationCount) +
124 static_assert(offsetof(__cxa_dependent_exception, propagationCount) +
H A Dcxa_exception.cpp318 if (0 == exception_header->propagationCount) in __cxa_begin_cleanup()
323 ++exception_header->propagationCount; in __cxa_begin_cleanup()
364 --exception_header->propagationCount; in __cxa_end_cleanup_impl()
365 if (0 == exception_header->propagationCount) in __cxa_end_cleanup_impl()