Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SanOpts

416         if (!CGF.SanOpts->SignedIntegerOverflow)
424 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
769 if (CGF.SanOpts->FloatCastOverflow &&
1075 if (CGF.SanOpts->ArrayBounds)
1527 if (!CGF.SanOpts->SignedIntegerOverflow)
1575 CGF.SanOpts->UnsignedIntegerOverflow) &&
1626 CGF.SanOpts->UnsignedIntegerOverflow) {
2017 CGF.SanOpts->UnsignedIntegerOverflow) &&
2130 if (CGF.SanOpts->IntegerDivideByZero)
2133 if (CGF.SanOpts->SignedIntegerOverflow &&
2152 if ((CGF.SanOpts->IntegerDivideByZero ||
2153 CGF.SanOpts->SignedIntegerOverflow) &&
2157 } else if (CGF.SanOpts->FloatDivideByZero &&
2183 if (CGF.SanOpts->IntegerDivideByZero) {
2241 if (!isSigned || CGF.SanOpts->SignedIntegerOverflow)
2328 if (CGF.SanOpts->ArrayBounds)
2468 if (!CGF.SanOpts->SignedIntegerOverflow)
2476 if (op.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
2498 if (!CGF.SanOpts->SignedIntegerOverflow)
2506 if (op.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
2593 if (CGF.SanOpts->Shift && !CGF.getLangOpts().OpenCL &&
2645 if (CGF.SanOpts->Shift && !CGF.getLangOpts().OpenCL &&