Home
last modified time | relevance | path

Searched refs:checkASTCodeBody (Results 1 – 21 of 21) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp35 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon8a1397520111::DominatorsTreeDumper
61 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon8a1397520211::PostDominatorsTreeDumper
87 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon8a1397520311::ControlDependencyTreeDumper
112 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon8a1397520411::LiveVariablesDumper
136 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon8a1397520511::LiveExpressionsDumper
159 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon8a1397520611::CFGViewer
183 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon8a1397520711::CFGDumper
H A DPointerIterationChecker.cpp30 void checkASTCodeBody(const Decl *D,
82 void PointerIterationChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anon04a0d5e80111::PointerIterationChecker
H A DPointerSortingChecker.cpp30 void checkASTCodeBody(const Decl *D,
96 void PointerSortingChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anon43e9467f0111::PointerSortingChecker
H A DOSObjectCStyleCast.cpp32 void checkASTCodeBody(const Decl *D, AnalysisManager &AM,
80 void OSObjectCStyleCastChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in OSObjectCStyleCastChecker
H A DObjCAutoreleaseWriteChecker.cpp52 void checkASTCodeBody(const Decl *D,
170 void ObjCAutoreleaseWriteChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in ObjCAutoreleaseWriteChecker
H A DRunLoopAutoreleaseLeakChecker.cpp52 void checkASTCodeBody(const Decl *D,
195 void RunLoopAutoreleaseLeakChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in RunLoopAutoreleaseLeakChecker
H A DCloneChecker.cpp42 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr,
60 void CloneChecker::checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in CloneChecker
H A DGCDAntipatternChecker.cpp50 void checkASTCodeBody(const Decl *D,
203 void GCDAntipatternChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anon1759b7900111::GCDAntipatternChecker
H A DNumberObjectConversionChecker.cpp47 void checkASTCodeBody(const Decl *D, AnalysisManager &AM,
195 void NumberObjectConversionChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in NumberObjectConversionChecker
H A DMallocOverflowSecurityChecker.cpp48 void checkASTCodeBody(const Decl *D, AnalysisManager &mgr,
293 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in MallocOverflowSecurityChecker
H A DCastToStructChecker.cpp111 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anon3252e98b0211::CastToStructChecker
H A DCheckerDocumentation.cpp335 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in clang::ento::CheckerDocumentation
H A DObjCContainersASTChecker.cpp163 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon1e53d3740211::ObjCContainersASTChecker
H A DDeadStoresChecker.cpp126 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr,
532 void DeadStoresChecker::checkASTCodeBody(const Decl *D, AnalysisManager &mgr, in checkASTCodeBody() function in DeadStoresChecker
H A DCStringSyntaxChecker.cpp282 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon214c82d90211::CStringSyntaxChecker
H A DMallocSizeofChecker.cpp181 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anond4ea89e00111::MallocSizeofChecker
H A DLLVMConventionsChecker.cpp306 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon84d2dd690311::LLVMConventionsChecker
H A DIdenticalExprChecker.cpp506 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anon93c024640211::FindIdenticalExprChecker
H A DCheckSecuritySyntaxOnly.cpp1077 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonf8980c020411::SecuritySyntaxChecker
H A DLocalizationChecker.cpp1226 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anond36a4b610611::PluralMisuseChecker
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR); in _checkBody()