Home
last modified time | relevance | path

Searched refs:CurFPFeatures (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp544 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPEvalMethod()
576 else if (CurFPFeatures.getAllowFEnvAccess()) in ActOnPragmaFloatControl()
608 if (CurFPFeatures.getAllowFPReassociate() || in ActOnPragmaFloatControl()
609 CurFPFeatures.getAllowReciprocal()) in ActOnPragmaFloatControl()
613 CurFPFeatures.getFPEvalMethod()); in ActOnPragmaFloatControl()
616 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFloatControl()
1291 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPContract()
1315 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPReassociate()
1322 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvRound()
1330 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setExceptionMode()
[all …]
H A DSema.cpp189 CurFPFeatures(pp.getLangOpts()), LangOpts(pp.getLangOpts()), PP(pp), in Sema()
254 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()
2652 : S(S), OldFPFeaturesState(S.CurFPFeatures), in FPFeaturesStateRAII()
2658 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()
H A DTreeTransform.h11073 getSema().CurFPFeatures = in TransformCallExpr()
11194 getSema().CurFPFeatures = in TransformBinaryOperator()
11261 getSema().CurFPFeatures = in TransformCompoundAssignOperator()
11743 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
H A DSemaExpr.cpp780 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()
4164 if (getLangOpts().ProtectParens && CurFPFeatures.getAllowFPReassociate() && in ActOnParenExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp73 SanOpts(CGM.getLangOpts().Sanitize), CurFPFeatures(CGM.getLangOpts()), in CodeGenFunction()
81 SetFastMathFlags(CurFPFeatures); in CodeGenFunction()
138 OldFPFeatures = CGF.CurFPFeatures; in ConstructorHelper()
139 CGF.CurFPFeatures = FPFeatures; in ConstructorHelper()
182 CGF.CurFPFeatures = OldFPFeatures; in ~CGFPOptionsRAII()
H A DCodeGenFunction.h728 FPOptions CurFPFeatures;
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h405 FPOptions CurFPFeatures; variable
1620 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()
10341 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()
10342 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()
10343 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()
10344 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7942 SemaObj->CurFPFeatures = in InitializeSema()