Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp565 if (PP.getCurrentFPEvalMethod() == in ActOnPragmaFloatControl()
581 PP.setLastFPEvalMethod(PP.getCurrentFPEvalMethod()); in ActOnPragmaFloatControl()
H A DSema.cpp254 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()
2654 OldEvalMethod(S.PP.getCurrentFPEvalMethod()), in FPFeaturesStateRAII()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2171 LangOptions::FPEvalMethodKind getCurrentFPEvalMethod() const { in getCurrentFPEvalMethod() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1208 PP.getCurrentFPEvalMethod() == in ParseCompoundStatementBody()