Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp29 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class
50 BlockInCriticalSectionChecker();
66 BlockInCriticalSectionChecker::BlockInCriticalSectionChecker() in REGISTER_TRAIT_WITH_PROGRAMSTATE()
86 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo()
99 bool BlockInCriticalSectionChecker::isBlockingFunction(const CallEvent &Call) const { in isBlockingFunction()
103 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction()
114 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction()
125 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
148 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()
166 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
H A DCMakeLists.txt12 BlockInCriticalSectionChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn21 "BlockInCriticalSectionChecker.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td578 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,