Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SanOpts

409         if (!CGF.SanOpts->SignedIntegerOverflow)
417 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
731 if (CGF.SanOpts->FloatCastOverflow &&
991 if (CGF.SanOpts->Bounds)
1426 if (!CGF.SanOpts->SignedIntegerOverflow)
1474 CGF.SanOpts->UnsignedIntegerOverflow) &&
1526 CGF.SanOpts->UnsignedIntegerOverflow) {
1920 CGF.SanOpts->UnsignedIntegerOverflow) &&
2031 if (CGF.SanOpts->IntegerDivideByZero)
2034 if (CGF.SanOpts->SignedIntegerOverflow &&
2053 if ((CGF.SanOpts->IntegerDivideByZero ||
2054 CGF.SanOpts->SignedIntegerOverflow) &&
2058 } else if (CGF.SanOpts->FloatDivideByZero &&
2084 if (CGF.SanOpts->IntegerDivideByZero) {
2142 if (!isSigned || CGF.SanOpts->SignedIntegerOverflow)
2229 if (CGF.SanOpts->Bounds)
2369 if (!CGF.SanOpts->SignedIntegerOverflow)
2377 if (op.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
2399 if (!CGF.SanOpts->SignedIntegerOverflow)
2407 if (op.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
2494 if (CGF.SanOpts->Shift && !CGF.getLangOpts().OpenCL &&
2546 if (CGF.SanOpts->Shift && !CGF.getLangOpts().OpenCL &&