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

/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Deh_catch.cc79 globals->uncaughtExceptions -= 1;
142 return globals->uncaughtExceptions != 0;
H A Deh_throw.cc85 globals->uncaughtExceptions += 1;
H A Deh_alloc.cc143 globals->uncaughtExceptions += 1;
H A Deh_globals.cc142 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;
/freebsd-11.0-release/contrib/libcxxrt/
H A Dcxxabi.h185 unsigned int uncaughtExceptions; member in struct:__cxxabiv1::__cxa_eh_globals
H A Dexception.cc772 info->globals.uncaughtExceptions++;
1227 globals->uncaughtExceptions--;
1498 return info->globals.uncaughtExceptions != 0;
1507 return info->globals.uncaughtExceptions;

Completed in 169 milliseconds