Home
last modified time | relevance | path

Searched refs:getExceptionMode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h684 getExceptionMode() == LangOptions::FPE_Strict) in FPOptions()
708 getExceptionMode() != LangOptions::FPE_Ignore || in isFPConstrained()
724 LangOptions::FPExceptionModeKind getExceptionMode() const { in getExceptionMode() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp574 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp153 FPFeatures.getExceptionMode())); in ConstructorHelper()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2587 FPO.getExceptionMode() != LangOptions::FPE_Ignore || in checkFloatingPointResult()
2594 FPO.getExceptionMode() != LangOptions::FPE_Ignore) { in checkFloatingPointResult()