Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp601 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
615 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
675 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
695 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
866 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
1040 return _URC_CONTINUE_UNWIND; in continue_unwind()
1107 if (results.reason == _URC_CONTINUE_UNWIND) in __gxx_personality_v0()
1160 if (results.reason == _URC_CONTINUE_UNWIND) in __gxx_personality_v0()
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp79 return _URC_CONTINUE_UNWIND; in ProcessDescriptors()
160 return _URC_CONTINUE_UNWIND; in ProcessDescriptors()
181 if (result != _URC_CONTINUE_UNWIND) in unwindOneFrame()
186 return _URC_CONTINUE_UNWIND; in unwindOneFrame()
416 return _URC_CONTINUE_UNWIND; in _Unwind_VRS_Interpret()
533 case _URC_CONTINUE_UNWIND: in unwind_phase1()
644 case _URC_CONTINUE_UNWIND: in unwind_phase2()
DUnwind-sjlj.c108 case _URC_CONTINUE_UNWIND: in unwind_phase1()
157 case _URC_CONTINUE_UNWIND: in unwind_phase2()
236 case _URC_CONTINUE_UNWIND: in unwind_phase2_forced()
DUnwindLevel1.c109 case _URC_CONTINUE_UNWIND: in unwind_phase1()
196 case _URC_CONTINUE_UNWIND: in unwind_phase2()
301 case _URC_CONTINUE_UNWIND: in unwind_phase2_forced()
DUnwindLevel1-gcc-ext.c154 _URC_CONTINUE_UNWIND) { in _Unwind_Backtrace()
DUnwindCursor.hpp453 _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.h38 _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()