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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  108       os << "Object released by directly sending the '-dealloc' message";
  124         os << "Object autoreleased";
  129         os << "Reference count decremented.";
  131         os << "Reference count incremented.";
  134         os << " The object now has a +" << Count << " retain count.";
  142         os << "Strong instance variable relinquished. ";
  144       os << "Object released.";
  152       os << "Object returned to caller as an owning reference (single "
  157       os << "Object returned to caller with a +0 retain count";