Searched refs:BlockInCriticalSectionChecker (Results 1 – 3 of 3) sorted by relevance
29 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class50 BlockInCriticalSectionChecker();66 BlockInCriticalSectionChecker::BlockInCriticalSectionChecker() in REGISTER_TRAIT_WITH_PROGRAMSTATE()86 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo()99 bool BlockInCriticalSectionChecker::isBlockingFunction(const CallEvent &Call) const { in isBlockingFunction()110 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction()128 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction()144 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()167 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()184 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
555 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,
480 SRCS_FUL+= StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp