Home
last modified time | relevance | path

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

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