Lines Matching refs:handlerCount
207 int handlerCount; member
874 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!"); in __cxa_rethrow()
889 ex->handlerCount = -ex->handlerCount; in __cxa_rethrow()
1237 if (ex->handlerCount == 0)
1246 if (ex->handlerCount < 0)
1266 ex->handlerCount = -ex->handlerCount + 1;
1270 ex->handlerCount++;
1324 if (ex->handlerCount < 0)
1342 ex->handlerCount++;
1347 ex->handlerCount--;
1350 if (ex->handlerCount == 0)