HomeSort by: relevance | last modified time | path
    Searched defs:handlerCount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
cxxabi.h 112 int handlerCount;
exception.cc 206 int handlerCount;
860 assert(ex->handlerCount > 0 && "Rethrowing uncaught exception!");
869 // ex->handlerCount will be decremented in __cxa_end_catch in enclosing
875 ex->handlerCount = -ex->handlerCount;
1223 if (ex->handlerCount == 0)
1232 if (ex->handlerCount < 0)
1252 ex->handlerCount = -ex->handlerCount + 1;
1256 ex->handlerCount++
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 78 int handlerCount;
132 int handlerCount;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 78 int handlerCount;
132 int handlerCount;

Completed in 21 milliseconds