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

References

tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  396   if (!BT_destroylock)
  397     BT_destroylock.reset(new BugType(this, "Destroy invalid lock",
  403       std::make_unique<PathSensitiveBugReport>(*BT_destroylock, Message, N);
  450   if (!BT_destroylock)
  451     BT_destroylock.reset(new BugType(this, "Use destroyed lock",
  457       *BT_destroylock, "This lock has already been destroyed", N);