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

References

tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  295   os << "Call to 'pthread_once' uses";
  297     os << " the local variable '" << VR->getDecl()->getName() << '\'';
  299     os << " stack allocated memory";
  300   os << " for the \"control\" value.  Using such transient memory for "
  303     os << "  Perhaps you intended to declare the variable as 'static'?";
  308       std::make_unique<PathSensitiveBugReport>(*BT_pthreadOnce, os.str(), N);