reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
   84       if (mulop == nullptr && opc == BO_Mul)
   86       if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
   86       if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
   86       if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
   86       if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
   94         if (EvaluatesToZero(maxVal, opc))
   96       } else if ((opc == BO_Add || opc == BO_Mul) &&
   96       } else if ((opc == BO_Add || opc == BO_Mul) &&
   99         if (EvaluatesToZero(maxVal, opc))