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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1387     ElementCount = C.getSVal(SizeExpr);
 1395     ElementCount = svalBuilder.makeIntVal(1, true);
 1404   if (ElementCount.getAs<NonLoc>()) {
 1408         State, BO_Mul, ElementCount.castAs<NonLoc>(),