Home
last modified time | relevance | path

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

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