Home
last modified time | relevance | path

Searched refs:BugReporterContext (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h26 class BugReporterContext; variable
60 BugReporterContext &BRC,
70 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR);
76 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N,
123 BugReporterContext &BRC,
153 BugReporterContext &BRC,
175 BugReporterContext &BRC,
197 BugReporterContext &BRC,
202 BugReporterContext &BRC,
210 BugReporterContext &BRC);
[all …]
DBugReporter.h45 class BugReporterContext; variable
526 class BugReporterContext {
530 BugReporterContext(GRBugReporter& br) : BR(br) {}
532 virtual ~BugReporterContext() {}
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp104 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 …]
DBugReporter.cpp51 void BugReporterContext::anchor() {} in anchor()
320 class PathDiagnosticBuilder : public BugReporterContext {
330 : BugReporterContext(br), in PathDiagnosticBuilder()
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
DMacOSKeychainAPIChecker.cpp150 BugReporterContext &BRC,
605 BugReporterContext &BRC, in VisitNode()
DRetainCountChecker.cpp1742 BugReporterContext &BRC,
1745 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1756 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1868 BugReporterContext &BRC, in VisitNode()
2274 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
2281 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
DMallocChecker.cpp464 BugReporterContext &BRC,
468 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath()
2588 BugReporterContext &BRC, in VisitNode()