Searched refs:uncaughtExceptions (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc74 globals->uncaughtExceptions -= 1;
137 return globals->uncaughtExceptions != 0;
H A Deh_alloc.cc133 globals->uncaughtExceptions += 1;
195 globals->uncaughtExceptions += 1;
H A Deh_throw.cc92 globals->uncaughtExceptions += 1;
H A Deh_globals.cc137 g->uncaughtExceptions = 0;
H A Dunwind-cxx.h140 unsigned int uncaughtExceptions; member in struct:__cxxabiv1::__cxa_eh_globals
H A Dvec.cc59 globals->uncaughtExceptions += 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_catch.cc80 globals->uncaughtExceptions -= 1;
143 return globals->uncaughtExceptions != 0;
H A Deh_throw.cc86 globals->uncaughtExceptions += 1;
H A Deh_alloc.cc155 globals->uncaughtExceptions += 1;
H A Deh_globals.cc144 g->uncaughtExceptions = 0;
H A Dunwind-cxx.h94 unsigned int uncaughtExceptions; member in struct:__cxxabiv1::__cxa_eh_globals
H A Dvec.cc64 globals->uncaughtExceptions += 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/exception/
H A D38732.cc54 unsigned int uncaughtExceptions; member in struct:__cxa_eh_globals

Completed in 116 milliseconds