Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc66 int count = header->handlerCount; in __cxa_begin_catch()
73 header->handlerCount = count; in __cxa_begin_catch()
113 int count = header->handlerCount; in __cxa_end_catch()
132 header->handlerCount = count; in __cxa_end_catch()
H A Deh_throw.cc117 header->handlerCount = -header->handlerCount; in __cxa_rethrow()
H A Dunwind-cxx.h78 int handlerCount; member
132 int handlerCount; member
H A Dvec.cc57 p->handlerCount -= 1; in uncatch_exception()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc66 int count = header->handlerCount; in __cxa_begin_catch()
73 header->handlerCount = count; in __cxa_begin_catch()
113 int count = header->handlerCount; in __cxa_end_catch()
132 header->handlerCount = count; in __cxa_end_catch()
H A Deh_throw.cc114 header->handlerCount = -header->handlerCount; in __cxa_rethrow()
H A Dunwind-cxx.h78 int handlerCount; member
132 int handlerCount; member
H A Dvec.cc57 p->handlerCount -= 1; in uncatch_exception()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc206 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--;
[all …]
H A Dcxxabi.h112 int handlerCount; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d346 int handlerCount;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d322 int handlerCount; member