Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_catch.cc71 int count = header->handlerCount; in __cxa_begin_catch()
78 header->handlerCount = count; in __cxa_begin_catch()
115 int count = header->handlerCount; in __cxa_end_catch()
134 header->handlerCount = count; in __cxa_end_catch()
H A Deh_throw.cc94 header->handlerCount = -header->handlerCount; in __cxa_rethrow()
H A Dunwind-cxx.h68 int handlerCount; member
H A Dvec.cc62 p->handlerCount -= 1; in uncatch_exception()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc206 int handlerCount; member
880 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!"); in __cxa_rethrow()
895 ex->handlerCount = -ex->handlerCount; in __cxa_rethrow()
1243 if (ex->handlerCount == 0)
1252 if (ex->handlerCount < 0)
1272 ex->handlerCount = -ex->handlerCount + 1;
1276 ex->handlerCount++;
1330 if (ex->handlerCount < 0)
1348 ex->handlerCount++;
1353 ex->handlerCount--;
[all …]
H A Dcxxabi.h112 int handlerCount; member