Searched refs:getFPEvalMethod (Results 1 – 6 of 6) sorted by relevance
185 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function504 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function508 return X86_32TargetInfo::getFPEvalMethod(); in getFPEvalMethod()
771 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
202 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()204 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()206 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()209 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
765 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
1296 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
784 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()786 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()