Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp208 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()
210 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
212 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
215 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h211 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
H A DOSTargets.h772 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h839 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1406 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
H A DSemaExpr.cpp381 if (getLangOpts().getFPEvalMethod() != in DiagnoseUseOfDecl()
384 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()
780 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryFPConversions()
782 (getLangOpts().getFPEvalMethod() != in UsualUnaryFPConversions()