Home
last modified time | relevance | path

Searched refs:_URC_CONTINUE_UNWIND (Results 1 – 16 of 16) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp610 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
624 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
684 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
704 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
875 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
1064 return _URC_CONTINUE_UNWIND; in continue_unwind()
1130 if (results.reason == _URC_CONTINUE_UNWIND) in __gxx_personality_v0()
1183 if (results.reason == _URC_CONTINUE_UNWIND) in __gxx_personality_v0()
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp77 return _URC_CONTINUE_UNWIND; in ProcessDescriptors()
158 return _URC_CONTINUE_UNWIND; in ProcessDescriptors()
179 if (result != _URC_CONTINUE_UNWIND) in unwindOneFrame()
184 return _URC_CONTINUE_UNWIND; in unwindOneFrame()
414 return _URC_CONTINUE_UNWIND; in _Unwind_VRS_Interpret()
510 case _URC_CONTINUE_UNWIND: in unwind_phase1()
605 case _URC_CONTINUE_UNWIND: in unwind_phase2()
DUnwind-sjlj.c147 case _URC_CONTINUE_UNWIND: in unwind_phase1()
198 case _URC_CONTINUE_UNWIND: in unwind_phase2()
277 case _URC_CONTINUE_UNWIND: in unwind_phase2_forced()
DUnwindLevel1.c109 case _URC_CONTINUE_UNWIND: in unwind_phase1()
195 case _URC_CONTINUE_UNWIND: in unwind_phase2()
299 case _URC_CONTINUE_UNWIND: in unwind_phase2_forced()
DUnwind-seh.cpp141 case _URC_CONTINUE_UNWIND: in _GCC_specific_handler()
230 case ExceptionContinueSearch: return _URC_CONTINUE_UNWIND; in __libunwind_seh_personality()
300 case _URC_CONTINUE_UNWIND: in unwind_phase2_forced()
DUnwindLevel1-gcc-ext.c157 _URC_CONTINUE_UNWIND) { in _Unwind_Backtrace()
DUnwindCursor.hpp919 _URC_CONTINUE_UNWIND) in stepWithEHABI()
/external/libunwind/include/
Dunwind.h50 _URC_CONTINUE_UNWIND = 8 enumerator
/external/libunwind/src/unwind/
DRaiseException.c75 if (reason != _URC_CONTINUE_UNWIND) in _Unwind_RaiseException()
Dunwind-internal.h135 if (reason != _URC_CONTINUE_UNWIND) in _Unwind_Phase2()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c152 return _URC_CONTINUE_UNWIND; in continueUnwind()
/external/clang/lib/Headers/
Dunwind.h95 _URC_CONTINUE_UNWIND = 8, enumerator
/external/libunwind_llvm/include/
Dunwind.h42 _URC_CONTINUE_UNWIND = 8, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp100 _URC_CONTINUE_UNWIND = 8 enumerator
651 _Unwind_Reason_Code ret = _URC_CONTINUE_UNWIND; in handleLsda()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp103 _URC_CONTINUE_UNWIND = 8 enumerator
625 _Unwind_Reason_Code ret = _URC_CONTINUE_UNWIND; in handleLsda()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp601 _Unwind_Reason_Code ret = _URC_CONTINUE_UNWIND; in handleLsda()