Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp255 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()
2740 OldEvalMethod(S.PP.getCurrentFPEvalMethod()), in FPFeaturesStateRAII()
H A DSemaExpr.cpp382 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2316 LangOptions::FPEvalMethodKind getCurrentFPEvalMethod() const { in getCurrentFPEvalMethod() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1287 PP.getCurrentFPEvalMethod() == in ParseCompoundStatementBody()