Home
last modified time | relevance | path

Searched refs:propagationCount (Results 1 – 6 of 6) 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()
/external/libabigail/tests/data/test-diff-filter/
Dtest31-pr18535-libstdc++-report-0.txt42 'int propagationCount' offset changed from 192 to 224 (in bits) (by +32 bits)
Dtest31-pr18535-libstdc++-report-1.txt42 'int propagationCount' offset changed from 192 to 224 (in bits) (by +32 bits)