Searched refs:_US_FORCE_UNWIND (Results 1 – 4 of 4) sorted by relevance
167 #define _US_FORCE_UNWIND ((_Unwind_State)8) macro
156 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) != in _Unwind_Backtrace()
66 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
1111 bool is_force_unwinding = state & _US_FORCE_UNWIND; in __gxx_personality_v0()1112 state &= ~_US_FORCE_UNWIND; in __gxx_personality_v0()