Searched refs:_UA_FORCE_UNWIND (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/include/
H A Dunwind.h59 #define _UA_FORCE_UNWIND 8 macro
/external/libunwind/src/unwind/
H A Dunwind-internal.h80 actions |= _UA_FORCE_UNWIND;
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c212 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE);
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwindLevel1.c260 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE);
315 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
/external/clang/lib/Headers/
H A Dunwind.h99 _UA_FORCE_UNWIND = 8, enumerator in enum:__anon17935
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c35 _UA_FORCE_UNWIND = 8, enumerator in enum:__anon19596
/external/libcxxabi/src/
H A Dcxa_personality.cpp547 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND))
557 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND))
560 // If _UA_FORCE_UNWIND is set, phase 1 shouldn't have happened.
695 // If this is a type 3 search !_UA_FORCE_UNWIND, we should have found this in phase 1!
696 // If this is a type 3 search _UA_FORCE_UNWIND, ignore handler and continue scan
707 else if (!(actions & _UA_FORCE_UNWIND))
731 // If this is a type 3 search and !_UA_FORCE_UNWIND, we should have found this in phase 1!
732 // If this is a type 3 search and _UA_FORCE_UNWIND, ignore handler and continue scan
743 else if (!(actions & _UA_FORCE_UNWIND))
775 // If this is a type 3 search !_UA_FORCE_UNWIND, w
[all...]
/external/libcxxabi/include/
H A Dunwind.h54 _UA_FORCE_UNWIND = 8, enumerator in enum:__anon23606
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp105 _UA_FORCE_UNWIND = 8, enumerator in enum:__anon25448

Completed in 1678 milliseconds