Searched refs:CurFPFeatures (Results 1 – 7 of 7) 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()
155 CurFPFeatures(pp.getLangOpts()), LangOpts(pp.getLangOpts()), PP(pp), in Sema()
10736 getSema().CurFPFeatures = in TransformCallExpr()10853 getSema().CurFPFeatures = in TransformBinaryOperator()10910 getSema().CurFPFeatures = in TransformCompoundAssignOperator()11388 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
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;
404 FPOptions CurFPFeatures; variable1498 FPFeaturesStateRAII(Sema &S) : S(S), OldFPFeaturesState(S.CurFPFeatures) { in FPFeaturesStateRAII()1502 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()1536 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()9941 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()9942 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()9943 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()9944 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()
7868 SemaObj->CurFPFeatures = in InitializeSema()