Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp199 [[nodiscard]] bool isBlockingInCritSection(const CallEvent &Call,
298 bool BlockInCriticalSectionChecker::isBlockingInCritSection( in isBlockingInCritSection() function in BlockInCriticalSectionChecker
306 if (isBlockingInCritSection(Call, C)) { in checkPostCall()