Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc207 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--;
[all …]
H A Dcxxabi.h119 int handlerCount; member