Home
last modified time | relevance | path

Searched refs:setCurrentFPEvalMethod (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp545 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()
H A DSema.cpp2660 S.PP.setCurrentFPEvalMethod(OldFPPragmaLocation, OldEvalMethod); in ~FPFeaturesStateRAII()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp212 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
215 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
220 setCurrentFPEvalMethod(SourceLocation(), LangOptions::FEM_Indeterminable); in Initialize()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2194 void setCurrentFPEvalMethod(SourceLocation PragmaLoc, in setCurrentFPEvalMethod() function