Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp147 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class
228 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()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td512 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,
/freebsd/lib/clang/libclang/
H A DMakefile638 SRCS_FUL+= StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp