Searched refs:propagatingExceptions (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/libsupc++/
H A Deh_arm.cc102 header->nextPropagatingException = globals->propagatingExceptions;
103 globals->propagatingExceptions = header;
111 if (globals->propagatingExceptions)
113 globals->propagatingExceptions = header;
127 header = globals->propagatingExceptions;
139 globals->propagatingExceptions = header->nextPropagatingException;
144 globals->propagatingExceptions = NULL;
H A Dunwind-cxx.h96 __cxa_exception* propagatingExceptions; member in struct:__cxxabiv1::__cxa_eh_globals

Completed in 49 milliseconds