Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp67 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches()
68 if (IsLock) { in matches()
123 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches()
125 if (IsLock) { in matches()
131 bool IsLock) const { in getRegion()
133 if (IsLock) { in getRegion()
246 bool IsLock) const;
285 bool IsLock) const { in checkDescriptorMatch()
287 llvm::find_if(MutexDescriptors, [&Call, IsLock](auto &&Descriptor) { in checkDescriptorMatch()
289 [&Call, IsLock](auto &&DescriptorImpl) { in checkDescriptorMatch()
[all …]