Searched refs:setCurrentFPEvalMethod (Results 1 – 4 of 4) sorted by relevance
545 PP.setCurrentFPEvalMethod(Loc, Value); in ActOnPragmaFPEvalMethod()571 PP.setCurrentFPEvalMethod(SourceLocation(), PP.getLastFPEvalMethod()); in ActOnPragmaFloatControl()583 PP.setCurrentFPEvalMethod( in ActOnPragmaFloatControl()612 PP.setCurrentFPEvalMethod(SourceLocation(), in ActOnPragmaFloatControl()
2660 S.PP.setCurrentFPEvalMethod(OldFPPragmaLocation, OldEvalMethod); in ~FPFeaturesStateRAII()
212 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()215 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()220 setCurrentFPEvalMethod(SourceLocation(), LangOptions::FEM_Indeterminable); in Initialize()
2194 void setCurrentFPEvalMethod(SourceLocation PragmaLoc, in setCurrentFPEvalMethod() function