Searched refs:BlockInCriticalSectionChecker (Results 1 – 3 of 3) sorted by relevance
147 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class228 BlockInCriticalSectionChecker::checkDescriptorMatch(const CallEvent &Call, in checkDescriptorMatch()254 void BlockInCriticalSectionChecker::handleLock( in handleLock()268 void BlockInCriticalSectionChecker::handleUnlock( in handleUnlock()298 bool BlockInCriticalSectionChecker::isBlockingInCritSection( in isBlockingInCritSection()304 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()317 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()335 BlockInCriticalSectionChecker::createCritSectionNote(CritSectionMarker M, in createCritSectionNote()383 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
512 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,
638 SRCS_FUL+= StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp