Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp56 mutable std::unique_ptr<BugType> BT_initlock; member in __anon238c4a020111::PthreadLockChecker
307 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()