Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_exception.h61 int propagationCount; member
99 int propagationCount; member
125 static_assert(offsetof(__cxa_exception, propagationCount) +
129 static_assert(offsetof(__cxa_dependent_exception, propagationCount) +
H A Dcxa_exception.cpp334 if (0 == exception_header->propagationCount) in __cxa_init_primary_exception()
339 ++exception_header->propagationCount; in __cxa_init_primary_exception()
380 --exception_header->propagationCount; in __cxa_init_primary_exception()
381 if (0 == exception_header->propagationCount) in __cxa_init_primary_exception()