Home
last modified time | relevance | path

Searched defs:ExceptionFlags (Results 1 – 2 of 2) 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
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h253 support::ulittle32_t ExceptionFlags; member