Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.h185 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
504 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
508 return X86_32TargetInfo::getFPEvalMethod(); in getFPEvalMethod()
H A DOSTargets.h771 LangOptions::FPEvalMethodKind getFPEvalMethod() const override { in getFPEvalMethod() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp202 setTUFPEvalMethod(getTargetInfo().getFPEvalMethod()); in Initialize()
204 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
206 setCurrentFPEvalMethod(SourceLocation(), Target.getFPEvalMethod()); in Initialize()
209 setCurrentFPEvalMethod(SourceLocation(), getLangOpts().getFPEvalMethod()); in Initialize()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h765 virtual LangOptions::FPEvalMethodKind getFPEvalMethod() const { in getFPEvalMethod() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp1296 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
H A DSemaExpr.cpp784 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()
786 (getLangOpts().getFPEvalMethod() != in UsualUnaryConversions()