|
FLANG
|
#include <flang/Support/LangOptions.h>
Public Types | |
| enum | SignedOverflowBehaviorTy { SOB_Undefined , SOB_Defined } |
| enum | FPModeKind { FPM_Off , FPM_Fast } |
| enum | FPExceptionTrapKind : unsigned { FPE_Invalid = 1 , FPE_Denormal = 2 , FPE_DivByZero = 4 , FPE_Overflow = 8 , FPE_Underflow = 16 , FPE_Inexact = 32 } |
Bitfields of LangOptions, split out from LangOptions to ensure that this large collection of bitfields is a trivial class type.
| enum Fortran::common::LangOptionsBase::FPExceptionTrapKind : unsigned |
Floating-point exception trap kinds for -ffpe-trap=. Bit values match the Fortran IEEE_FLAG_TYPE encoding used by the runtime's MapException().