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

/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Deh_arm.cc111 header->nextPropagatingException = globals->propagatingExceptions;
112 globals->propagatingExceptions = header;
120 if (globals->propagatingExceptions)
122 globals->propagatingExceptions = header;
136 header = globals->propagatingExceptions;
148 globals->propagatingExceptions = header->nextPropagatingException;
153 globals->propagatingExceptions = NULL;
H A Deh_globals.cc138 g->propagatingExceptions = 0;
H A Dunwind-cxx.h160 __cxa_exception* propagatingExceptions; member in struct:__cxxabiv1::__cxa_eh_globals
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc55 __cxa_exception* propagatingExceptions; member in struct:__cxa_eh_globals

Completed in 49 milliseconds