Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp260 mutable std::unique_ptr<BugType> BT_doublelock[CK_NumCheckKinds]; member in __anonba8256140111::PthreadLockChecker
267 if (BT_doublelock[CheckKind]) in initBugType()
269 BT_doublelock[CheckKind].reset( in initBugType()
444 reportBug(C, BT_doublelock, MtxExpr, CheckKind, in AcquireLockAux()