Searched refs:BlockInCriticalSectionChecker (Results 1 – 3 of 3) sorted by relevance
199 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class283 BlockInCriticalSectionChecker::checkDescriptorMatch(const CallEvent &Call, in checkDescriptorMatch()319 void BlockInCriticalSectionChecker::handleLock( in handleLock()333 void BlockInCriticalSectionChecker::handleUnlock( in handleUnlock()363 bool BlockInCriticalSectionChecker::isBlockingInCritSection( in isBlockingInCritSection()369 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()382 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()422 BlockInCriticalSectionChecker::createCritSectionNote(CritSectionMarker M, in createCritSectionNote()470 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
507 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,
681 SRCS_FUL+= StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp