Searched refs:FPE_Ignore (Results 1 – 9 of 9) sorted by relevance
205 FPE_Ignore, enumerator420 setFPExceptionMode(LangOptions::FPE_Ignore); in FPOptions()465 getFPExceptionMode() != LangOptions::FPE_Ignore || in isFPConstrained()
287 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Ignore, "FP Exception Behavior Mod…
449 NewFPFeatures.setFPExceptionModeOverride(LangOptions::FPE_Ignore); in ActOnPragmaFloatControl()988 CurFPFeatures.getFPExceptionMode() == LangOptions::FPE_Ignore) in setRoundingMode()
949 if (getLangOpts().getFPExceptionMode() != LangOptions::FPE_Ignore) { in ExecuteAction()951 getLangOpts().setFPExceptionMode(LangOptions::FPE_Ignore); in ExecuteAction()
3404 Opts.setFPExceptionMode(LangOptions::FPE_Ignore); in ParseLangArgs()3407 LangOptions::FPExceptionModeKind FPEB = LangOptions::FPE_Ignore; in ParseLangArgs()3411 FPEB = LangOptions::FPE_Ignore; in ParseLangArgs()
104 case LangOptions::FPE_Ignore: return llvm::fp::ebIgnore; in ToConstrainedExceptMD()
1776 LangOptions::FPE_Ignore)); in getDefaultFunctionAttributes()
2945 .Case("ignore", LangOptions::FPE_Ignore) in HandlePragma()
2567 FPO.getFPExceptionMode() != LangOptions::FPE_Ignore || in checkFloatingPointResult()2574 FPO.getFPExceptionMode() != LangOptions::FPE_Ignore) { in checkFloatingPointResult()