Searched refs:BT_initlock (Results 1 – 1 of 1) sorted by relevance
74 mutable std::unique_ptr<BugType> BT_initlock; member in __anon9212fb030111::PthreadLockChecker436 if (!BT_initlock) in InitLock()437 BT_initlock.reset(new BugType(this, "Init invalid lock", in InitLock()442 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N); in InitLock()