Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h26 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 …]
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/
DDynamicTypeChecker.cpp54 BugReporterContext &BRC,
95 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode()
DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
DMacOSKeychainAPIChecker.cpp148 BugReporterContext &BRC,
603 BugReporterContext &BRC, in VisitNode()
DDynamicTypePropagation.cpp88 BugReporterContext &BRC,
872 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode()
DNullabilityChecker.cpp159 BugReporterContext &BRC,
281 const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, in VisitNode()
DRetainCountChecker.cpp1765 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()
DMallocChecker.cpp463 BugReporterContext &BRC,
467 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath()
2602 BugReporterContext &BRC, in VisitNode()