enum LangOptions::FPExceptionModeKind

Description

Possible floating point exception behavior.

Declared at: clang/include/clang/Basic/LangOptions.h:263

Enumerators

NameValueComment
FPE_Ignore0Assume that floating-point exceptions are masked.
FPE_MayTrap1Transformations do not cause new exceptions but may hide some.
FPE_Strict2Strictly preserve the floating-point exception semantics.
FPE_Default3Used internally to represent initial unspecified value.