Home
last modified time | relevance | path

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

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