Lines Matching refs:handlerCount
206 int handlerCount; member
860 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!"); in __cxa_rethrow()
875 ex->handlerCount = -ex->handlerCount; in __cxa_rethrow()
1223 if (ex->handlerCount == 0)
1232 if (ex->handlerCount < 0)
1252 ex->handlerCount = -ex->handlerCount + 1;
1256 ex->handlerCount++;
1310 if (ex->handlerCount < 0)
1328 ex->handlerCount++;
1333 ex->handlerCount--;
1336 if (ex->handlerCount == 0)