Searched refs:CurFPFeatures (Results 1 – 8 of 8) sorted by relevance
547 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPEvalMethod()570 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()572 else if (CurFPFeatures.getAllowFEnvAccess()) in ActOnPragmaFloatControl()602 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFloatControl()1288 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPContract()1312 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPReassociate()1319 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvRound()1327 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setExceptionMode()1342 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvAccess()
190 : ExternalSource(nullptr), CurFPFeatures(pp.getLangOpts()), in Sema()255 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()2692 : S(S), OldFPFeaturesState(S.CurFPFeatures), in FPFeaturesStateRAII()2698 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()
11239 getSema().CurFPFeatures = in TransformCallExpr()11360 getSema().CurFPFeatures = in TransformBinaryOperator()11427 getSema().CurFPFeatures = in TransformCompoundAssignOperator()11909 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
784 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()4167 if (getLangOpts().ProtectParens && CurFPFeatures.getAllowFPReassociate() && in ActOnParenExpr()
75 SanOpts(CGM.getLangOpts().Sanitize), CurFPFeatures(CGM.getLangOpts()), in CodeGenFunction()83 SetFastMathFlags(CurFPFeatures); in CodeGenFunction()140 OldFPFeatures = CGF.CurFPFeatures; in ConstructorHelper()141 CGF.CurFPFeatures = FPFeatures; in ConstructorHelper()185 CGF.CurFPFeatures = OldFPFeatures; in ~CGFPOptionsRAII()
729 FPOptions CurFPFeatures;
403 FPOptions CurFPFeatures; variable1652 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()10671 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()10672 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()10673 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()10674 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()
7981 SemaObj->CurFPFeatures = in InitializeSema()