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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc110 header->nextPropagatingException = globals->propagatingExceptions;
111 globals->propagatingExceptions = header;
119 if (globals->propagatingExceptions)
121 globals->propagatingExceptions = header;
135 header = globals->propagatingExceptions;
147 globals->propagatingExceptions = header->nextPropagatingException;
152 globals->propagatingExceptions = NULL;
H A Deh_globals.cc139 g->propagatingExceptions = 0;
H A Dunwind-cxx.h142 __cxa_exception* propagatingExceptions; member in struct:__cxxabiv1::__cxa_eh_globals
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc56 __cxa_exception* propagatingExceptions; member in struct:__cxa_eh_globals

Completed in 60 milliseconds