Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp227 mutable std::unique_ptr<BugType> BT_doublelock[CK_NumCheckKinds]; member in __anon87714f440111::PthreadLockChecker
234 if (BT_doublelock[CheckKind]) in initBugType()
236 BT_doublelock[CheckKind].reset( in initBugType()
414 reportBug(C, BT_doublelock, MtxExpr, CheckKind, in AcquireLockAux()