Searched refs:FPE_Ignore (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h195 FPE_Ignore, enumerator in enum:clang::LangOptions::FPExceptionModeKind
395 setFPExceptionMode(LangOptions::FPE_Ignore);
431 getFPExceptionMode() != LangOptions::FPE_Ignore ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp457 NewFPFeatures.setFPExceptionModeOverride(LangOptions::FPE_Ignore);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp942 if (getLangOpts().getFPExceptionMode() != LangOptions::FPE_Ignore) {
944 getLangOpts().setFPExceptionMode(LangOptions::FPE_Ignore);
H A DCompilerInvocation.cpp3297 Opts.setFPExceptionMode(LangOptions::FPE_Ignore);
3300 LangOptions::FPExceptionModeKind FPEB = LangOptions::FPE_Ignore;
3304 FPEB = LangOptions::FPE_Ignore;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp100 case LangOptions::FPE_Ignore: return llvm::fp::ebIgnore;
H A DCGCall.cpp1760 LangOptions::FPE_Ignore));

Completed in 123 milliseconds