Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporterVisitor.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 …]
HDBugReporter.h45 class BugReporterContext; variable
526 class BugReporterContext {
530 BugReporterContext(GRBugReporter& br) : BR(br) {}
532 virtual ~BugReporterContext() {}
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.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 …]
HDBugReporter.cpp51 void BugReporterContext::anchor() {} in anchor()
320 class PathDiagnosticBuilder : public BugReporterContext {
330 : BugReporterContext(br), in PathDiagnosticBuilder()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
HDMacOSKeychainAPIChecker.cpp149 BugReporterContext &BRC,
602 BugReporterContext &BRC, in VisitNode()
HDRetainCountChecker.cpp1765 BugReporterContext &BRC,
1768 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1779 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
1891 BugReporterContext &BRC, in VisitNode()
2296 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
2303 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
HDMallocChecker.cpp464 BugReporterContext &BRC,
468 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath()
2589 BugReporterContext &BRC, in VisitNode()