Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp311 } else if (std::optional<MutexDescriptor> UnlockDesc = in checkPostCall() local
313 handleUnlock(*UnlockDesc, Call, C); in checkPostCall()