Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp262 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in __anonba8256140111::PthreadLockChecker
273 BT_destroylock[CheckKind].reset(new BugType{ in initBugType()
448 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in AcquireLockAux()
526 reportBug(C, BT_destroylock, MtxExpr, CheckKind, in ReleaseLockAux()
615 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); in DestroyLockAux()