Lines Matching refs:handlerCount
206 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--;
1356 if (ex->handlerCount == 0)