Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp28 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { class
49 BlockInCriticalSectionChecker();
65 BlockInCriticalSectionChecker::BlockInCriticalSectionChecker() in REGISTER_TRAIT_WITH_PROGRAMSTATE()
85 void BlockInCriticalSectionChecker::initIdentifierInfo(ASTContext &Ctx) const { in initIdentifierInfo()
98 bool BlockInCriticalSectionChecker::isBlockingFunction(const CallEvent &Call) const { in isBlockingFunction()
109 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction()
127 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction()
143 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
166 void BlockInCriticalSectionChecker::reportBlockInCritSection( in reportBlockInCritSection()
184 mgr.registerChecker<BlockInCriticalSectionChecker>(); in registerBlockInCriticalSectionChecker()
H A DCMakeLists.txt12 BlockInCriticalSectionChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn21 "BlockInCriticalSectionChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile20 BlockInCriticalSectionChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td534 def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,