Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp35 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7339f5540111::DominatorsTreeDumper
61 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7339f5540211::PostDominatorsTreeDumper
87 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7339f5540311::ControlDependencyTreeDumper
112 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7339f5540411::LiveVariablesDumper
136 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon7339f5540511::LiveExpressionsDumper
159 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7339f5540611::CFGViewer
183 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7339f5540711::CFGDumper
H A DPointerIterationChecker.cpp30 void checkASTCodeBody(const Decl *D,
82 void PointerIterationChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anon2a8e1e6a0111::PointerIterationChecker
H A DPointerSortingChecker.cpp30 void checkASTCodeBody(const Decl *D,
96 void PointerSortingChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anon8d8686810111::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.cpp41 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr,
59 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 __anon60f6f7920111::GCDAntipatternChecker
H A DCheckSizeofPointer.cpp82 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonafab13f40211::SizeofPointerChecker
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,
297 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 __anon5c3c410d0211::CastToStructChecker
H A DObjCContainersASTChecker.cpp163 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon01ea2c360211::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 __anon8860ca9b0211::CStringSyntaxChecker
H A DMallocSizeofChecker.cpp180 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonfed3e1620111::MallocSizeofChecker
H A DLLVMConventionsChecker.cpp306 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon02181dab0311::LLVMConventionsChecker
H A DIdenticalExprChecker.cpp506 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anonfad46c260211::FindIdenticalExprChecker
H A DCheckSecuritySyntaxOnly.cpp1066 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon1e8554840411::SecuritySyntaxChecker
H A DLocalizationChecker.cpp1232 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anonfd53a2e30611::PluralMisuseChecker
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR); in _checkBody()