Home
last modified time | relevance | path

Searched refs:propagatingExceptions (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()
103 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
111 if (globals->propagatingExceptions) in __cxa_begin_cleanup()
113 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
127 header = globals->propagatingExceptions; in __gnu_end_cleanup()
139 globals->propagatingExceptions = header->nextPropagatingException; in __gnu_end_cleanup()
144 globals->propagatingExceptions = NULL; in __gnu_end_cleanup()
Dunwind-cxx.h96 __cxa_exception* propagatingExceptions; member