Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
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) +
Dcxa_exception.cpp318 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()
/external/libcxxabi/src/
Dcxa_exception.hpp52 int propagationCount; member
89 int propagationCount; member
Dcxa_exception.cpp320 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()