Home
last modified time | relevance | path

Searched refs:OldEvalMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2740 OldEvalMethod(S.PP.getCurrentFPEvalMethod()), in FPFeaturesStateRAII()
2746 S.PP.setCurrentFPEvalMethod(OldFPPragmaLocation, OldEvalMethod); in ~FPFeaturesStateRAII()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1644 LangOptions::FPEvalMethodKind OldEvalMethod; variable