Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp557 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
567 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
717 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
753 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
797 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
822 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
/external/libunwind/include/
Dunwind.h59 #define _UA_FORCE_UNWIND 8 macro
/external/libcxxabi/src/Unwind/
DUnwind-sjlj.c212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c269 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
326 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/external/libunwind/src/unwind/
Dunwind-internal.h80 actions |= _UA_FORCE_UNWIND; in _Unwind_Phase2()
/external/clang/lib/Headers/
Dunwind.h99 _UA_FORCE_UNWIND = 8, enumerator
/external/libcxxabi/include/
Dunwind.h48 _UA_FORCE_UNWIND = 8, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp106 _UA_FORCE_UNWIND = 8, enumerator