Searched refs:FPE_Ignore (Results 1 – 11 of 11) sorted by relevance
278 FPE_Ignore, enumerator760 return FPExceptionModeKind::FPE_Ignore; in getDefaultExceptionMode()849 getExceptionMode() != LangOptions::FPE_Ignore || in isFPConstrained()871 return LangOptions::FPExceptionModeKind::FPE_Ignore; in getExceptionMode()
710 FPO.getExceptionMode() != LangOptions::FPE_Ignore || in CheckFloatResult()717 FPO.getExceptionMode() != LangOptions::FPE_Ignore) { in CheckFloatResult()
136 if (FPExc != LangOptions::FPE_Default && FPExc != LangOptions::FPE_Ignore) { in createTarget()138 getLangOpts().setFPExceptionMode(LangOptions::FPE_Ignore); in createTarget()
597 NewFPFeatures.setSpecifiedExceptionModeOverride(LangOptions::FPE_Ignore); in ActOnPragmaFloatControl()
16489 getLangOpts().getDefaultExceptionMode() == LangOptions::FPE_Ignore; in AddKnownFunctionAttributes()
205 case LangOptions::FPE_Ignore: in PrintFPPragmas()
2687 FPO.getExceptionMode() != LangOptions::FPE_Ignore || in checkFloatingPointResult()2694 FPO.getExceptionMode() != LangOptions::FPE_Ignore) { in checkFloatingPointResult()
115 case LangOptions::FPE_Ignore: return llvm::fp::ebIgnore; in ToConstrainedExceptMD()
1908 if (LangOpts.getDefaultExceptionMode() == LangOptions::FPE_Ignore) in getTrivialDefaultFunctionAttributes()
3375 .Case("ignore", LangOptions::FPE_Ignore) in HandlePragma()
2246 NormalizedValues<["FPE_Ignore", "FPE_MayTrap", "FPE_Strict"]>,