Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp255 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()
2694 OldEvalMethod(S.PP.getCurrentFPEvalMethod()), in FPFeaturesStateRAII()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2318 LangOptions::FPEvalMethodKind getCurrentFPEvalMethod() const { in getCurrentFPEvalMethod() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1237 PP.getCurrentFPEvalMethod() == in ParseCompoundStatementBody()