Searched refs:CurFPFeatures (Results 1 – 11 of 11) sorted by relevance
659 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPEvalMethod()682 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()684 else if (CurFPFeatures.getAllowFEnvAccess()) in ActOnPragmaFloatControl()714 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFloatControl()1397 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPContract()1433 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPValueChangingOption()1440 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvRound()1448 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setExceptionMode()1464 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvAccess()1472 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaCXLimitedRange()
275 CurFPFeatures(pp.getLangOpts()), LangOpts(pp.getLangOpts()), PP(pp), in Sema()361 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()2899 : S(S), OldFPFeaturesState(S.CurFPFeatures), in FPFeaturesStateRAII()2905 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()
13426 getSema().CurFPFeatures = in TransformCallExpr()13549 getSema().CurFPFeatures = in TransformBinaryOperator()13616 getSema().CurFPFeatures = in TransformCompoundAssignOperator()14088 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
780 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryFPConversions()3640 llvm::RoundingMode RM = S.CurFPFeatures.getRoundingMode(); in BuildFloatingLiteral()4148 if (getLangOpts().ProtectParens && CurFPFeatures.getAllowFPReassociate() && in ActOnParenExpr()
5821 CurFPFeatures = FPOptions(getLangOpts()); in InstantiateFunctionDefinition()
16083 CurFPFeatures.applyChanges(FPO); in applyFunctionAttributesBeforeParsingBody()16085 CurFPFeatures.getChangesFrom(FPOptions(LangOpts)); in applyFunctionAttributesBeforeParsingBody()
82 SanOpts(CGM.getLangOpts().Sanitize), CurFPFeatures(CGM.getLangOpts()), in CodeGenFunction()91 SetFastMathFlags(CurFPFeatures); in CodeGenFunction()150 OldFPFeatures = CGF.CurFPFeatures; in ConstructorHelper()151 CGF.CurFPFeatures = FPFeatures; in ConstructorHelper()195 CGF.CurFPFeatures = OldFPFeatures; in ~CGFPOptionsRAII()
819 FPOptions CurFPFeatures;
52 CGF.CurFPFeatures.getExceptionMode() == in shouldEmitBuiltinAsIR()
904 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()1263 FPOptions CurFPFeatures; variable2196 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()2197 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()2198 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()2199 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()11260 CurFPFeatures = FPO; in resetFPOptions()
8868 SemaObj->CurFPFeatures = in InitializeSema()