Searched refs:getFPEvalMethod (Results 1 – 7 of 7) sorted by relevance
96 int getFPEvalMethod() { in getFPEvalMethod() function
175 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function486 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function490 return X86_32TargetInfo::getFPEvalMethod(); in getFPEvalMethod()
786 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
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()
613 CurFPFeatures.getFPEvalMethod()); in ActOnPragmaFloatControl()1299 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
780 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()782 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()
740 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function