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