Lines Matching refs:handlerCount
210 int handlerCount; member
909 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!"); in __cxa_rethrow()
924 ex->handlerCount = -ex->handlerCount; in __cxa_rethrow()
1272 if (ex->handlerCount == 0)
1281 if (ex->handlerCount < 0)
1301 ex->handlerCount = -ex->handlerCount + 1;
1305 ex->handlerCount++;
1359 if (ex->handlerCount < 0)
1377 ex->handlerCount++;
1382 ex->handlerCount--;
1385 if (ex->handlerCount == 0)