Home
last modified time | relevance | path

Searched refs:_UA_FORCE_UNWIND (Results 1 – 10 of 10) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp579 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
589 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
739 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
775 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
819 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
844 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
/external/libunwind_llvm/src/
DUnwind-seh.cpp123 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_FORCE_UNWIND); in _GCC_specific_handler()
275 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
332 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwind-sjlj.c253 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
309 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c274 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
331 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/external/libunwind/include/
Dunwind.h59 #define _UA_FORCE_UNWIND 8 macro
/external/libunwind/src/unwind/
Dunwind-internal.h80 actions |= _UA_FORCE_UNWIND; in _Unwind_Phase2()
/external/clang/lib/Headers/
Dunwind.h107 _UA_FORCE_UNWIND = 8, enumerator
/external/libunwind_llvm/include/
Dunwind.h52 _UA_FORCE_UNWIND = 8, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp107 _UA_FORCE_UNWIND = 8, enumerator
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp110 _UA_FORCE_UNWIND = 8, enumerator