Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp63 bool isUnlockFunction(const CallEvent &Call) const;
103 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction() function in BlockInCriticalSectionChecker
120 && !isUnlockFunction(Call)) in checkPostCall()
125 if (isUnlockFunction(Call) && mutexCount > 0) { in checkPostCall()