Lines Matching refs:FPFeatures
259 FPOptions FPFeatures; member
654 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinAdd()
673 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinSub()
766 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinMul()
788 if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Limited || in EmitBinMul()
789 Op.FPFeatures.getComplexRange() == LangOptions::CX_Fortran) in EmitBinMul()
969 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinDiv()
980 if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Fortran) in EmitBinDiv()
982 else if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Limited) in EmitBinDiv()
987 Op.FPFeatures.getComplexRange() == LangOptions::CX_Full) { in EmitBinDiv()
1144 Ops.FPFeatures = E->getFPFeaturesInEffect(CGF.getLangOpts()); in EmitBinOps()
1160 OpInfo.FPFeatures = E->getFPFeaturesInEffect(CGF.getLangOpts()); in EmitCompoundAssignLValue()
1161 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, OpInfo.FPFeatures); in EmitCompoundAssignLValue()