Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h202 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
517 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
521 return X86_32TargetInfo::getFPEvalMethod(); in getFPEvalMethod()
H A DOSTargets.h720 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp206 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()
208 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
210 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
213 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h791 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1294 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
H A DSemaExpr.cpp379 if (getLangOpts().getFPEvalMethod() != in DiagnoseUseOfDecl()
382 PP.getCurrentFPEvalMethod() != getLangOpts().getFPEvalMethod()) in DiagnoseUseOfDecl()
799 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()
801 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()