Searched refs:handlerCount (Results 1 – 6 of 6) sorted by relevance
71 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()
94 header->handlerCount = -header->handlerCount; in __cxa_rethrow()
68 int handlerCount; member
62 p->handlerCount -= 1; in uncatch_exception()
206 int handlerCount; member880 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!"); in __cxa_rethrow()888 ex->handlerCount = -ex->handlerCount; in __cxa_rethrow()1234 if (ex->handlerCount == 0)1243 if (ex->handlerCount < 0)1263 ex->handlerCount = -ex->handlerCount + 1;1267 ex->handlerCount++;1321 if (ex->handlerCount < 0)1339 ex->handlerCount++;1344 ex->handlerCount--;[all …]
112 int handlerCount; member