Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp74 mutable std::unique_ptr<BugType> BT_initlock; member in __anon9212fb030111::PthreadLockChecker
436 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()