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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp53 mutable std::unique_ptr<BugType> BT_doublelock; member in class:__anon18225::PthreadLockChecker
142 if (!BT_doublelock)
143 BT_doublelock.reset(new BugType(this, "Double locking",
148 BugReport *report = new BugReport(*BT_doublelock,

Completed in 262 milliseconds