Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp54 bool isUnlockFunction(const CallEvent &Call) const;
114 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction() function in BlockInCriticalSectionChecker
131 && !isUnlockFunction(Call)) in checkPostCall()
136 if (isUnlockFunction(Call) && mutexCount > 0) { in checkPostCall()