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

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

Completed in 144 milliseconds