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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp53 bool isUnlockFunction(const CallEvent &Call) const;
127 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { function in class:BlockInCriticalSectionChecker
149 && !isUnlockFunction(Call))
154 if (isUnlockFunction(Call) && mutexCount > 0) {

Completed in 129 milliseconds