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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp56 mutable std::unique_ptr<BugType> BT_initlock; member in class:__anon18225::PthreadLockChecker
311 if (!BT_initlock)
312 BT_initlock.reset(new BugType(this, "Init invalid lock",
317 BugReport *Report = new BugReport(*BT_initlock, Message, N);

Completed in 1574 milliseconds