Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libstdc++/libsupc++/
Deh_arm.cc102 header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
139 globals->propagatingExceptions = header->nextPropagatingException; in __gnu_end_cleanup()
140 header->nextPropagatingException = NULL; in __gnu_end_cleanup()
Dunwind-cxx.h72 __cxa_exception* nextPropagatingException; member