Home
last modified time | relevance | path

Searched defs:ExceptionFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h50 struct ExceptionFlags { struct
74 return (excepts & FE_INVALID ? ExceptionFlags::INVALID : 0) | in get_status_value_for_except() argument
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidump.h234 support::ulittle32_t ExceptionFlags; member