Lines Matching refs:CurFPFeatures
544 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPEvalMethod()
574 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()
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()
1345 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvAccess()