Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp149 const std::array<MutexDescriptor, 8> MutexDescriptors{ member in __anon83a18dc50111::BlockInCriticalSectionChecker
232 llvm::find_if(MutexDescriptors, [&Call, IsLock](auto &&Descriptor) { in checkDescriptorMatch()
239 if (Descriptor != MutexDescriptors.end()) in checkDescriptorMatch()