Searched refs:getFPEvalMethod (Results 1 – 6 of 6) sorted by relevance
202 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function517 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function521 return X86_32TargetInfo::getFPEvalMethod(); in getFPEvalMethod()
720 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
206 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()208 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()210 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()213 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
791 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
1294 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
379 if (getLangOpts().getFPEvalMethod() != in DiagnoseUseOfDecl()382 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()799 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()801 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()