| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 35 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81049a330111::DominatorsTreeDumper 61 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81049a330211::PostDominatorsTreeDumper 87 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81049a330311::ControlDependencyTreeDumper 112 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81049a330411::LiveVariablesDumper 136 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon81049a330511::LiveExpressionsDumper 159 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81049a330611::CFGViewer 183 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81049a330711::CFGDumper
|
| H A D | PointerIterationChecker.cpp | 30 void checkASTCodeBody(const Decl *D, 82 void PointerIterationChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anon0cb7a6090111::PointerIterationChecker
|
| H A D | PointerSortingChecker.cpp | 30 void checkASTCodeBody(const Decl *D, 96 void PointerSortingChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anonf61b9a600111::PointerSortingChecker
|
| H A D | OSObjectCStyleCast.cpp | 32 void checkASTCodeBody(const Decl *D, AnalysisManager &AM, 80 void OSObjectCStyleCastChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in OSObjectCStyleCastChecker
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 52 void checkASTCodeBody(const Decl *D, 170 void ObjCAutoreleaseWriteChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in ObjCAutoreleaseWriteChecker
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 52 void checkASTCodeBody(const Decl *D, 195 void RunLoopAutoreleaseLeakChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in RunLoopAutoreleaseLeakChecker
|
| H A D | GCDAntipatternChecker.cpp | 50 void checkASTCodeBody(const Decl *D, 203 void GCDAntipatternChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in __anonc98c0b710111::GCDAntipatternChecker
|
| H A D | CloneChecker.cpp | 42 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, 60 void CloneChecker::checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in CloneChecker
|
| H A D | CheckSizeofPointer.cpp | 82 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon81ea9c330211::SizeofPointerChecker
|
| H A D | NumberObjectConversionChecker.cpp | 47 void checkASTCodeBody(const Decl *D, AnalysisManager &AM, 195 void NumberObjectConversionChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in NumberObjectConversionChecker
|
| H A D | MallocOverflowSecurityChecker.cpp | 48 void checkASTCodeBody(const Decl *D, AnalysisManager &mgr, 293 void MallocOverflowSecurityChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody() function in MallocOverflowSecurityChecker
|
| H A D | CastToStructChecker.cpp | 111 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anon766cd12c0211::CastToStructChecker
|
| H A D | ObjCContainersASTChecker.cpp | 163 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anon2944a7b50211::ObjCContainersASTChecker
|
| H A D | DeadStoresChecker.cpp | 126 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, 532 void DeadStoresChecker::checkASTCodeBody(const Decl *D, AnalysisManager &mgr, in checkASTCodeBody() function in DeadStoresChecker
|
| H A D | CStringSyntaxChecker.cpp | 282 void checkASTCodeBody(const Decl *D, AnalysisManager& Mgr, in checkASTCodeBody() function in __anone8a35e9a0211::CStringSyntaxChecker
|
| H A D | MallocSizeofChecker.cpp | 181 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon190471810111::MallocSizeofChecker
|
| H A D | LLVMConventionsChecker.cpp | 306 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon7d4fad6a0311::LLVMConventionsChecker
|
| H A D | IdenticalExprChecker.cpp | 506 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anon5b1700250211::FindIdenticalExprChecker
|
| H A D | CheckSecuritySyntaxOnly.cpp | 1077 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr, in checkASTCodeBody() function in __anon00aedc230411::SecuritySyntaxChecker
|
| H A D | LocalizationChecker.cpp | 1226 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr, in checkASTCodeBody() function in __anon178433020611::PluralMisuseChecker
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR); in _checkBody()
|