Searched refs:BugReporterContext (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 26 class BugReporterContext; variable 63 BugReporterContext &BRC, 73 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR); 79 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N, 125 BugReporterContext &BRC, 154 BugReporterContext &BRC, 176 BugReporterContext &BRC, 199 BugReporterContext &BRC, 204 BugReporterContext &BRC, 212 BugReporterContext &BRC); [all …]
|
D | BugReporter.h | 45 class BugReporterContext; variable 526 class BugReporterContext { 530 BugReporterContext(GRBugReporter& br) : BR(br) {} 532 virtual ~BugReporterContext() {}
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 104 BugReporterVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() 110 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { in getDefaultEndPath() 232 BugReporterContext &BRC, in visitNodeInitial() 331 BugReporterContext &BRC, in visitNodeMaybeUnsuppress() 384 BugReporterContext &BRC, in VisitNode() 398 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, in getEndPath() 448 BugReporterContext &BRC, in VisitNode() 729 BugReporterContext &BRC, in VisitNode() 809 BugReporterContext &BRC, in VisitNode() 1067 BugReporterContext &BRC, in VisitNode() [all …]
|
D | BugReporter.cpp | 51 void BugReporterContext::anchor() {} in anchor() 320 class PathDiagnosticBuilder : public BugReporterContext { 330 : BugReporterContext(br), in PathDiagnosticBuilder()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypeChecker.cpp | 54 BugReporterContext &BRC, 95 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode()
|
D | TestAfterDivZeroChecker.cpp | 75 BugReporterContext &BRC, 99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
|
D | MacOSKeychainAPIChecker.cpp | 148 BugReporterContext &BRC, 603 BugReporterContext &BRC, in VisitNode()
|
D | DynamicTypePropagation.cpp | 88 BugReporterContext &BRC, 872 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode()
|
D | NullabilityChecker.cpp | 159 BugReporterContext &BRC, 281 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode()
|
D | RetainCountChecker.cpp | 1765 BugReporterContext &BRC, 1768 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, 1779 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, 1891 BugReporterContext &BRC, in VisitNode() 2298 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() 2305 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
|
D | MallocChecker.cpp | 463 BugReporterContext &BRC, 467 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() 2602 BugReporterContext &BRC, in VisitNode()
|