Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp53 bool isLockFunction(const CallEvent &Call) const;
103 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction() function in BlockInCriticalSectionChecker
130 && !isLockFunction(Call) in checkPostCall()
139 } else if (isLockFunction(Call)) { in checkPostCall()