Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h824 getExceptionMode() == LangOptions::FPE_Strict) in FPOptions()
849 getExceptionMode() != LangOptions::FPE_Ignore || in isFPConstrained()
865 LangOptions::FPExceptionModeKind getExceptionMode() const { in getExceptionMode() function
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp710 FPO.getExceptionMode() != LangOptions::FPE_Ignore || in CheckFloatResult()
717 FPO.getExceptionMode() != LangOptions::FPE_Ignore) { in CheckFloatResult()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp581 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp163 FPFeatures.getExceptionMode())); in ConstructorHelper()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2687 FPO.getExceptionMode() != LangOptions::FPE_Ignore || in checkFloatingPointResult()
2694 FPO.getExceptionMode() != LangOptions::FPE_Ignore) { in checkFloatingPointResult()