Searched refs:ExceptionFlags (Results 1 – 7 of 7) sorted by relevance
52 struct ExceptionFlags { struct76 return ((excepts & FE_INVALID) ? ExceptionFlags::INVALID_F : 0) | in get_status_value_for_except() argument78 ((excepts & __FE_DENORM) ? ExceptionFlags::DENORMAL_F : 0) | in get_status_value_for_except()80 ((excepts & FE_DIVBYZERO) ? ExceptionFlags::DIV_BY_ZERO_F : 0) | in get_status_value_for_except()81 ((excepts & FE_OVERFLOW) ? ExceptionFlags::OVERFLOW_F : 0) | in get_status_value_for_except()82 ((excepts & FE_UNDERFLOW) ? ExceptionFlags::UNDERFLOW_F : 0) | in get_status_value_for_except()83 ((excepts & FE_INEXACT) ? ExceptionFlags::INEXACT_F : 0); in get_status_value_for_except()87 return ((status & ExceptionFlags::INVALID_F) ? FE_INVALID : 0) | in exception_status_to_macro()89 ((status & ExceptionFlags::DENORMAL_F) ? __FE_DENORM : 0) | in exception_status_to_macro()91 ((status & ExceptionFlags::DIV_BY_ZERO_F) ? FE_DIVBYZERO : 0) | in exception_status_to_macro()[all …]
96 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()99 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()119 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) { in _GCC_specific_handler()136 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()168 if (IS_UNWINDING(ms_exc->ExceptionFlags)) in _GCC_specific_handler()184 if (ours && !IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) in _GCC_specific_handler()187 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) in _GCC_specific_handler()235 ms_exc.ExceptionFlags = 0; in __libunwind_seh_personality()443 ms_exc.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in _Unwind_Resume()
253 support::ulittle32_t ExceptionFlags; member
280 if (exception_stream.ExceptionRecord.ExceptionFlags == in RefreshStateAfterStop()292 exception_stream.ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()
411 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
712 exp_record.ExceptionFlags = in AddExceptions()
224 # WinDumpExceptionRecord ExceptionFlags225 #>>3844 ulelong x \b, ExceptionFlags %#x