Searched refs:_US_FORCE_UNWIND (Results 1 – 5 of 5) sorted by relevance
23 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
150 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) != in _Unwind_Backtrace()
763 (*p)(_US_FORCE_UNWIND | _US_UNWIND_FRAME_STARTING, exception_object, in unwind_phase2_forced()
201 #define _US_FORCE_UNWIND ((_Unwind_State)8) macro
1072 bool is_force_unwinding = state & _US_FORCE_UNWIND; in __gxx_personality_v0()1073 state &= ~_US_FORCE_UNWIND; in __gxx_personality_v0()