Home
last modified time | relevance | path

Searched refs:setCurrentFPEvalMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp210 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
213 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp546 PP.setCurrentFPEvalMethod(Loc, Value); in ActOnPragmaFPEvalMethod()
H A DSema.cpp2746 S.PP.setCurrentFPEvalMethod(OldFPPragmaLocation, OldEvalMethod); in ~FPFeaturesStateRAII()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2331 void setCurrentFPEvalMethod(SourceLocation PragmaLoc, in setCurrentFPEvalMethod() function