Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp37 static LockState getDestroyed() { return LockState(Destroyed); } in getDestroyed() function
259 State = State->set<LockMap>(LockR, LockState::getDestroyed()); in DestroyLock()