Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp54 mutable std::unique_ptr<BugType> BT_doubleunlock; member in __anon924e21fa0111::PthreadLockChecker
205 if (!BT_doubleunlock) in ReleaseLock()
206 BT_doubleunlock.reset(new BugType(this, "Double unlocking", in ReleaseLock()
211 BugReport *Report = new BugReport(*BT_doubleunlock, in ReleaseLock()