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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp229 mutable std::unique_ptr<BugType> BT_destroylock[CK_NumCheckKinds]; member in class:__anon888::PthreadLockChecker
240 BT_destroylock[CheckKind].reset(new BugType{
419 reportBug(C, BT_destroylock, MtxExpr, CheckKind,
497 reportBug(C, BT_destroylock, MtxExpr, CheckKind,
586 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message);

Completed in 48 milliseconds