Searched refs:CurFPFeatures (Results 1 – 8 of 8) sorted by relevance
491 if (CurFPFeatures.getFPExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()493 else if (CurFPFeatures.getAllowFEnvAccess()) in ActOnPragmaFloatControl()523 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFloatControl()1113 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPContract()1120 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPReassociate()1127 !CurFPFeatures.getAllowFEnvAccess() && in setRoundingMode()1128 CurFPFeatures.getFPExceptionMode() == LangOptions::FPE_Ignore) in setRoundingMode()1134 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setRoundingMode()1142 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setExceptionMode()1164 CurFPFeatures = NewFPFeatures.applyOverrides(LO); in ActOnPragmaFEnvAccess()
177 CurFPFeatures(pp.getLangOpts()), LangOpts(pp.getLangOpts()), PP(pp), in Sema()
10810 getSema().CurFPFeatures = in TransformCallExpr()10927 getSema().CurFPFeatures = in TransformBinaryOperator()10984 getSema().CurFPFeatures = in TransformCompoundAssignOperator()11462 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
4057 if (getLangOpts().ProtectParens && CurFPFeatures.getAllowFPReassociate() && in ActOnParenExpr()
72 SanOpts(CGM.getLangOpts().Sanitize), CurFPFeatures(CGM.getLangOpts()), in CodeGenFunction()80 SetFastMathFlags(CurFPFeatures); in CodeGenFunction()148 OldFPFeatures = CGF.CurFPFeatures; in ConstructorHelper()149 CGF.CurFPFeatures = FPFeatures; in ConstructorHelper()193 CGF.CurFPFeatures = OldFPFeatures; in ~CGFPOptionsRAII()
690 FPOptions CurFPFeatures;
407 FPOptions CurFPFeatures; variable1505 FPFeaturesStateRAII(Sema &S) : S(S), OldFPFeaturesState(S.CurFPFeatures) { in FPFeaturesStateRAII()1509 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()1550 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()10010 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()10011 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()10012 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()10013 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()
7895 SemaObj->CurFPFeatures = in InitializeSema()