Home
last modified time | relevance | path

Searched refs:LockR (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp541 const MemRegion *LockR = MtxVal.getAsRegion(); in DestroyLockAux() local
542 if (!LockR) in DestroyLockAux()
547 const SymbolRef *sym = State->get<DestroyRetVal>(LockR); in DestroyLockAux()
549 State = resolvePossiblyDestroyedMutex(State, LockR, sym); in DestroyLockAux()
551 const LockState *LState = State->get<LockMap>(LockR); in DestroyLockAux()
558 State = State->remove<LockMap>(LockR); in DestroyLockAux()
562 State = State->set<DestroyRetVal>(LockR, sym); in DestroyLockAux()
565 LockR, LockState::getUnlockedAndPossiblyDestroyed()); in DestroyLockAux()
568 LockR, LockState::getUntouchedAndPossiblyDestroyed()); in DestroyLockAux()
574 State = State->set<LockMap>(LockR, LockState::getDestroyed()); in DestroyLockAux()
[all …]