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.cpp66 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches()
67 if (IsLock) { in matches()
122 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches()
124 if (IsLock) { in matches()
130 bool IsLock) const { in getRegion()
132 if (IsLock) { in getRegion()
191 bool IsLock) const;
230 bool IsLock) const { in checkDescriptorMatch()
232 llvm::find_if(MutexDescriptors, [&Call, IsLock](auto &&Descriptor) { in checkDescriptorMatch()
234 [&Call, IsLock](auto &&DescriptorImpl) { in checkDescriptorMatch()
[all …]