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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  154   AllocationFamily getAllocationFamily() const { return Family; }
  158     return K == X.K && S == X.S && Family == X.Family;
  158     return K == X.K && S == X.S && Family == X.Family;
  181     ID.AddInteger(Family);