Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp52 bool isLockFunction(const CallEvent &Call) const;
109 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction() function in BlockInCriticalSectionChecker
148 && !isLockFunction(Call) in checkPostCall()
157 } else if (isLockFunction(Call)) { in checkPostCall()