Searched refs:checkEndAnalysis (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 38 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const; 42 void AnalyzerStatsChecker::checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() function in AnalyzerStatsChecker
|
| H A D | UnreachableCodeChecker.cpp | 35 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B, 49 void UnreachableCodeChecker::checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() function in UnreachableCodeChecker
|
| H A D | CheckerDocumentation.cpp | 208 void checkEndAnalysis(ExplodedGraph &G, in checkEndAnalysis() function in clang::ento::CheckerDocumentation
|
| H A D | AnalysisOrderChecker.cpp | 175 void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, in checkEndAnalysis() function in __anon96532ff80111::AnalysisOrderChecker
|
| H A D | DebugCheckers.cpp | 303 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const { in checkEndAnalysis() function in __anon8a1397520b11::ExplodedGraphViewer
|
| H A D | ExprInspectionChecker.cpp | 73 void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, 411 void ExprInspectionChecker::checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, in checkEndAnalysis() function in ExprInspectionChecker
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 228 ((const CHECKER *)checker)->checkEndAnalysis(G, BR, Eng); in _checkEndAnalysis()
|