Searched refs:getFPEvalMethod (Results 1 – 6 of 6) sorted by relevance
208 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()
211 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
772 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
839 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
1406 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
381 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()