Home
last modified time | relevance | path

Searched refs:propagatingExceptions (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc111 header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
112 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
120 if (globals->propagatingExceptions) in __cxa_begin_cleanup()
122 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
136 header = globals->propagatingExceptions; in __gnu_end_cleanup()
148 globals->propagatingExceptions = header->nextPropagatingException; in __gnu_end_cleanup()
153 globals->propagatingExceptions = NULL; in __gnu_end_cleanup()
H A Deh_globals.cc155 g->propagatingExceptions = 0; in __cxa_get_globals()
H A Dunwind-cxx.h160 __cxa_exception* propagatingExceptions; member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc111 header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
112 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
120 if (globals->propagatingExceptions) in __cxa_begin_cleanup()
122 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
136 header = globals->propagatingExceptions; in __gnu_end_cleanup()
148 globals->propagatingExceptions = header->nextPropagatingException; in __gnu_end_cleanup()
153 globals->propagatingExceptions = NULL; in __gnu_end_cleanup()
H A Deh_globals.cc138 g->propagatingExceptions = 0; in __cxa_get_globals()
H A Dunwind-cxx.h160 __cxa_exception* propagatingExceptions; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2006699 Initialize propagatingExceptions if __ARM_EABI_UNWINDER__.