HomeSort by relevance Sort by last modified time
    Searched refs:_URC_HANDLER_FOUND (Results 1 - 10 of 10) sorted by null

  /external/libunwind/include/
unwind.h 48 _URC_HANDLER_FOUND = 6,
  /external/libunwind/src/unwind/
RaiseException.c 77 if (reason == _URC_HANDLER_FOUND)
  /external/libcxxabi/src/
cxa_personality.cpp 494 // _URC_HANDLER_FOUND
515 save state and return _URC_HANDLER_FOUND, else return _URC_CONTINUE_UNWIND.
520 2. Scan for handler with foreign exception. Must return _URC_HANDLER_FOUND,
526 If a cleanup is found, return _URC_HANDLER_FOUND, else return _URC_CONTINUE_UNWIND.
668 results.reason = _URC_HANDLER_FOUND;
693 // If this is a type 1 search save state and return _URC_HANDLER_FOUND
694 // If this is a type 2 search save state and return _URC_HANDLER_FOUND
699 // Save state and return _URC_HANDLER_FOUND
704 results.reason = _URC_HANDLER_FOUND;
730 // If this is a type 1 search save state and return _URC_HANDLER_FOUND
    [all...]
  /external/clang/lib/Headers/
unwind.h 89 _URC_HANDLER_FOUND = 6,
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 26 _URC_HANDLER_FOUND = 6,
  /external/libcxxabi/include/
unwind.h 42 _URC_HANDLER_FOUND = 6,
  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 99 case _URC_HANDLER_FOUND:
105 "_URC_HANDLER_FOUND\n", exception_object);
UnwindLevel1.c 88 case _URC_HANDLER_FOUND:
95 "_URC_HANDLER_FOUND \n",
Unwind-EHABI.cpp 137 return _URC_HANDLER_FOUND;
148 return _URC_HANDLER_FOUND;
513 case _URC_HANDLER_FOUND:
519 "_URC_HANDLER_FOUND \n",
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 96 _URC_HANDLER_FOUND = 6,
795 ret = _URC_HANDLER_FOUND;
    [all...]

Completed in 3644 milliseconds