• Home
  • Raw
  • Download

Lines Matching refs:SanOpts

413         if (!CGF.SanOpts->SignedIntegerOverflow)  in EmitMul()
421 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow) in EmitMul()
766 if (CGF.SanOpts->FloatCastOverflow && in EmitScalarConversion()
998 if (CGF.SanOpts->Bounds) in VisitArraySubscriptExpr()
1437 if (!CGF.SanOpts->SignedIntegerOverflow) in EmitAddConsiderOverflowBehavior()
1485 CGF.SanOpts->UnsignedIntegerOverflow) && in EmitScalarPrePostIncDec()
1537 CGF.SanOpts->UnsignedIntegerOverflow) { in EmitScalarPrePostIncDec()
1924 CGF.SanOpts->UnsignedIntegerOverflow) && in EmitCompoundAssignLValue()
2035 if (CGF.SanOpts->IntegerDivideByZero) in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2038 if (CGF.SanOpts->SignedIntegerOverflow && in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2057 if ((CGF.SanOpts->IntegerDivideByZero || in EmitDiv()
2058 CGF.SanOpts->SignedIntegerOverflow) && in EmitDiv()
2062 } else if (CGF.SanOpts->FloatDivideByZero && in EmitDiv()
2088 if (CGF.SanOpts->IntegerDivideByZero) { in EmitRem()
2146 if (!isSigned || CGF.SanOpts->SignedIntegerOverflow) in EmitOverflowCheckedBinOp()
2233 if (CGF.SanOpts->Bounds) in emitPointerArithmetic()
2373 if (!CGF.SanOpts->SignedIntegerOverflow) in EmitAdd()
2381 if (op.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow) in EmitAdd()
2403 if (!CGF.SanOpts->SignedIntegerOverflow) in EmitSub()
2411 if (op.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow) in EmitSub()
2498 if (CGF.SanOpts->Shift && !CGF.getLangOpts().OpenCL && in EmitShl()
2550 if (CGF.SanOpts->Shift && !CGF.getLangOpts().OpenCL && in EmitShr()