Home
last modified time | relevance | path

Searched refs:handlerCount (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libcxxrt/
H A Dexception.cc210 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--;
[all …]
H A Dcxxabi.h126 int handlerCount; member