Home
last modified time | relevance | path

Searched refs:FPE_Strict (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h282 FPE_Strict, enumerator
824 getExceptionMode() == LangOptions::FPE_Strict) in FPOptions()
869 return LangOptions::FPExceptionModeKind::FPE_Strict; in getExceptionMode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp581 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()
593 NewFPFeatures.setSpecifiedExceptionModeOverride(LangOptions::FPE_Strict); in ActOnPragmaFloatControl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp200 if (!FEnvAccess || EM != LangOptions::FPE_Strict) { in PrintFPPragmas()
211 case LangOptions::FPE_Strict: in PrintFPPragmas()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp117 case LangOptions::FPE_Strict: return llvm::fp::ebStrict; in ToConstrainedExceptMD()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3377 .Case("strict", LangOptions::FPE_Strict) in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2246 NormalizedValues<["FPE_Ignore", "FPE_MayTrap", "FPE_Strict"]>,