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.cpp361 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()
2901 OldEvalMethod(S.PP.getCurrentFPEvalMethod()), in FPFeaturesStateRAII()
H A DSemaExpr.cpp384 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2423 LangOptions::FPEvalMethodKind getCurrentFPEvalMethod() const { in getCurrentFPEvalMethod() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1220 PP.getCurrentFPEvalMethod() == in ParseCompoundStatementBody()