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()
342 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); in _Unwind_RaiseException() local343 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()344 return phase1; in _Unwind_RaiseException()
667 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); in _Unwind_RaiseException() local668 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()669 return phase1; in _Unwind_RaiseException()