Searched refs:getFPEvalMethod (Results 1 – 6 of 6) sorted by relevance
210 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()212 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()214 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()217 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
199 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
724 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
818 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
1290 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
373 if (getLangOpts().getFPEvalMethod() != in DiagnoseUseOfDecl()376 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()789 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()791 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()