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

References

tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  351   if (!LockR)
  356   const SymbolRef *sym = State->get<DestroyRetVal>(LockR);
  358     State = resolvePossiblyDestroyedMutex(State, LockR, sym);
  360   const LockState *LState = State->get<LockMap>(LockR);
  367         State = State->remove<LockMap>(LockR);
  371       State = State->set<DestroyRetVal>(LockR, sym);
  374             LockR, LockState::getUnlockedAndPossiblyDestroyed());
  377             LockR, LockState::getUntouchedAndPossiblyDestroyed());
  383       State = State->set<LockMap>(LockR, LockState::getDestroyed());