Home
last modified time | relevance | path

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

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