Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp230 mutable std::unique_ptr<BugType> BT_initlock[CK_NumCheckKinds]; member in __anonbf4b2f0a0111::PthreadLockChecker
242 BT_initlock[CheckKind].reset(new BugType{ in initBugType()
621 reportBug(C, BT_initlock, MtxExpr, CheckKind, Message); in InitLockAux()