Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp61 bool isBlockingFunction(const CallEvent &Call) const;
88 bool BlockInCriticalSectionChecker::isBlockingFunction(const CallEvent &Call) const { in isBlockingFunction() function in BlockInCriticalSectionChecker
118 if (!isBlockingFunction(Call) in checkPostCall()