Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp36 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonbe95c68c0111::DominatorsTreeDumper
58 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonbe95c68c0211::LiveVariablesDumper
78 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anonbe95c68c0311::LiveStatementsDumper
97 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonbe95c68c0411::CFGViewer
117 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonbe95c68c0511::CFGDumper
H A DObjCAutoreleaseWriteChecker.cpp51 void checkASTCodeBody(const Decl *D,
150 void ObjCAutoreleaseWriteChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in ObjCAutoreleaseWriteChecker
H A DRunLoopAutoreleaseLeakChecker.cpp53 void checkASTCodeBody(const Decl *D,
196 void RunLoopAutoreleaseLeakChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in RunLoopAutoreleaseLeakChecker
H A DCloneChecker.cpp35 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr,
53 void CloneChecker::checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in CloneChecker
H A DGCDAntipatternChecker.cpp51 void checkASTCodeBody(const Decl *D,
206 void GCDAntipatternChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anoneacc80ca0111::GCDAntipatternChecker
H A DCheckSizeofPointer.cpp83 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon54b2682c0211::SizeofPointerChecker
H A DNumberObjectConversionChecker.cpp48 void checkASTCodeBody(const Decl *D, AnalysisManager &AM,
196 void NumberObjectConversionChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in NumberObjectConversionChecker
H A DMallocOverflowSecurityChecker.cpp46 void checkASTCodeBody(const Decl *D, AnalysisManager &mgr,
296 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in MallocOverflowSecurityChecker
H A DCastToStructChecker.cpp112 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anona22e1c450211::CastToStructChecker
H A DObjCContainersASTChecker.cpp164 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon02ddca6e0211::ObjCContainersASTChecker
H A DCStringSyntaxChecker.cpp281 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon8c8e0cd30211::CStringSyntaxChecker
H A DMallocSizeofChecker.cpp177 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon44c5bc9a0111::MallocSizeofChecker
H A DLLVMConventionsChecker.cpp307 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anonc69ecde30311::LLVMConventionsChecker
H A DDeadStoresChecker.cpp455 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon00d371c00411::DeadStoresChecker
H A DIdenticalExprChecker.cpp505 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anonff01ae5e0211::FindIdenticalExprChecker
H A DCheckSecuritySyntaxOnly.cpp901 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon73e20bbc0311::SecuritySyntaxChecker
H A DLocalizationChecker.cpp1231 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anon43457e1b0611::PluralMisuseChecker
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR); in _checkBody()