Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc73 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) { in scanEHTable()
78 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) { in scanEHTable()
166 else if (!(actions & _UA_FORCE_UNWIND)) in scanEHTable()
197 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
227 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
243 else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h53 static const _Unwind_Action _UA_FORCE_UNWIND = 8; variable
Dunwind-arm.h141 static const _Unwind_Action _UA_FORCE_UNWIND = 8; variable
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp551 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab()
561 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
710 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
746 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
790 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
815 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab()
/ndk/sources/cxx-stl/llvm-libc++abi/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.c263 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
318 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h54 _UA_FORCE_UNWIND = 8, enumerator