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