Searched refs:propagationCount (Results 1 – 6 of 6) sorted by relevance
56 int propagationCount; member94 int propagationCount; member120 static_assert(offsetof(__cxa_exception, propagationCount) +124 static_assert(offsetof(__cxa_dependent_exception, propagationCount) +
318 if (0 == exception_header->propagationCount) in __cxa_begin_cleanup()323 ++exception_header->propagationCount; in __cxa_begin_cleanup()361 --exception_header->propagationCount; in __cxa_end_cleanup_impl()362 if (0 == exception_header->propagationCount) in __cxa_end_cleanup_impl()
52 int propagationCount; member89 int propagationCount; member
320 if (0 == exception_header->propagationCount) in __cxa_begin_cleanup()325 ++exception_header->propagationCount; in __cxa_begin_cleanup()363 --exception_header->propagationCount; in __cxa_end_cleanup_impl()364 if (0 == exception_header->propagationCount) in __cxa_end_cleanup_impl()
42 'int propagationCount' offset changed from 192 to 224 (in bits) (by +32 bits)