Searched refs:LockR (Results 1 – 1 of 1) sorted by relevance
541 const MemRegion *LockR = MtxVal.getAsRegion(); in DestroyLockAux() local542 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 …]