Home
last modified time | relevance | path

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

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