Searched refs:BlockInCriticalSectionChecker (Results 1 – 4 of 4) 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()103 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction()114 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction()125 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()148 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()166 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
12 BlockInCriticalSectionChecker.cpp
21 "BlockInCriticalSectionChecker.cpp",
578 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,