Home
last modified time | relevance | path

Searched refs:getFPEvalMethod (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp210 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()
212 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
214 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
217 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h199 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
H A DOSTargets.h724 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h818 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1290 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
H A DSemaExpr.cpp373 if (getLangOpts().getFPEvalMethod() != in DiagnoseUseOfDecl()
376 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()
789 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()
791 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()