Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp28 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class
75 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
88 bool BlockInCriticalSectionChecker::isBlockingFunction(const CallEvent &Call) const { in isBlockingFunction()
92 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction()
103 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction()
114 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
137 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()
155 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td613 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile610 SRCS_FUL+= StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp