Searched refs:phase1 (Results 1 – 3 of 3) sorted by relevance
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); in _Unwind_SjLj_RaiseException() local290 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()291 return phase1; in _Unwind_SjLj_RaiseException()
350 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); in _Unwind_RaiseException() local351 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()352 return phase1; in _Unwind_RaiseException()
704 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); in _Unwind_RaiseException() local705 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()706 return phase1; in _Unwind_RaiseException()