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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
   94   os << "Call to '" << FName << "' uses";
  106       os << " memory within";
  108       os << " the block variable '";
  110       os << " the local variable '";
  111     os << VR->getDecl()->getName() << '\'';
  115       os << " memory within";
  116     os << " the instance variable '" << IVR->getDecl()->getName() << '\'';
  118     os << " heap-allocated memory";
  127     os << " stack allocated memory";
  129   os << " for the predicate value.  Using such transient memory for "
  132     os << "  Perhaps you intended to declare the variable as 'static'?";
  143       std::make_unique<PathSensitiveBugReport>(*BT_dispatchOnce, os.str(), N);