Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DPreprocessor.cpp206 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
209 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaAttr.cpp548 PP.setCurrentFPEvalMethod(Loc, Value); in ActOnPragmaFPEvalMethod()
DSema.cpp2700 S.PP.setCurrentFPEvalMethod(OldFPPragmaLocation, OldEvalMethod); in ~FPFeaturesStateRAII()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h2333 void setCurrentFPEvalMethod(SourceLocation PragmaLoc, in setCurrentFPEvalMethod() function