Searched refs:BT_destroylock (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp55 mutable std::unique_ptr<BugType> BT_destroylock; member in class:__anon18225::PthreadLockChecker
276 if (!BT_destroylock)
277 BT_destroylock.reset(new BugType(this, "Destroy invalid lock",
282 BugReport *Report = new BugReport(*BT_destroylock, Message, N);
324 if (!BT_destroylock)
325 BT_destroylock.reset(new BugType(this, "Use destroyed lock",
330 BugReport *Report = new BugReport(*BT_destroylock,

Completed in 602 milliseconds