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

/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Deh_catch.cc71 int count = header->handlerCount;
78 header->handlerCount = count;
115 int count = header->handlerCount;
134 header->handlerCount = count;
H A Deh_throw.cc94 header->handlerCount = -header->handlerCount;
H A Dunwind-cxx.h68 int handlerCount; member in struct:__cxxabiv1::__cxa_exception
H A Dvec.cc62 p->handlerCount -= 1;
/freebsd-10.1-release/contrib/libcxxrt/
H A Dcxxabi.h112 int handlerCount; member in struct:__cxxabiv1::__cxa_exception
H A Dexception.cc206 int handlerCount; member in struct:__cxa_dependent_exception
847 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!");
849 // ex->handlerCount will be decremented in __cxa_end_catch in enclosing
855 ex->handlerCount = -ex->handlerCount;
1196 if (ex->handlerCount == 0)
1205 if (ex->handlerCount < 0)
1225 ex->handlerCount = -ex->handlerCount + 1;
1229 ex->handlerCount
[all...]

Completed in 71 milliseconds