Searched refs:CurFPFeatures (Results 1 – 8 of 8) sorted by relevance
544 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 …]
189 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()
11073 getSema().CurFPFeatures = in TransformCallExpr()11194 getSema().CurFPFeatures = in TransformBinaryOperator()11261 getSema().CurFPFeatures = in TransformCompoundAssignOperator()11743 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
780 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()4164 if (getLangOpts().ProtectParens && CurFPFeatures.getAllowFPReassociate() && in ActOnParenExpr()
73 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()
728 FPOptions CurFPFeatures;
405 FPOptions CurFPFeatures; variable1620 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()
7942 SemaObj->CurFPFeatures = in InitializeSema()