Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/libsupc++/
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()
Deh_throw.cc94 header->handlerCount = -header->handlerCount; in __cxa_rethrow()
Dunwind-cxx.h68 int handlerCount; member
Dvec.cc62 p->handlerCount -= 1; in uncatch_exception()
/NextBSD/contrib/libcxxrt/
HDexception.cc206 int handlerCount; member
857 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!"); in __cxa_rethrow()
865 ex->handlerCount = -ex->handlerCount; in __cxa_rethrow()
1211 if (ex->handlerCount == 0)
1220 if (ex->handlerCount < 0)
1240 ex->handlerCount = -ex->handlerCount + 1;
1244 ex->handlerCount++;
1297 if (ex->handlerCount < 0)
1315 ex->handlerCount++;
1320 ex->handlerCount--;
[all …]
HDcxxabi.h112 int handlerCount; member