Home
last modified time | relevance | path

Searched refs:ExceptionFlags (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h52 struct ExceptionFlags { struct
76 return ((excepts & FE_INVALID) ? ExceptionFlags::INVALID_F : 0) | in get_status_value_for_except() argument
78 ((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 …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp96 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h253 support::ulittle32_t ExceptionFlags; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp280 if (exception_stream.ExceptionRecord.ExceptionFlags == in RefreshStateAfterStop()
292 exception_stream.ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp411 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp712 exp_record.ExceptionFlags = in AddExceptions()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows224 # WinDumpExceptionRecord ExceptionFlags
225 #>>3844 ulelong x \b, ExceptionFlags %#x