Searched refs:BugReporterContext (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| HD | BugReporterVisitor.h | 26 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 …]
|
| HD | BugReporter.h | 45 class BugReporterContext; variable 526 class BugReporterContext { 530 BugReporterContext(GRBugReporter& br) : BR(br) {} 532 virtual ~BugReporterContext() {}
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | 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 …]
|
| HD | BugReporter.cpp | 51 void BugReporterContext::anchor() {} in anchor() 320 class PathDiagnosticBuilder : public BugReporterContext { 330 : BugReporterContext(br), in PathDiagnosticBuilder()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | TestAfterDivZeroChecker.cpp | 75 BugReporterContext &BRC, 99 BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
|
| HD | MacOSKeychainAPIChecker.cpp | 149 BugReporterContext &BRC, 602 BugReporterContext &BRC, in VisitNode()
|
| HD | 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() 2296 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() 2303 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
|
| HD | MallocChecker.cpp | 464 BugReporterContext &BRC, 468 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() 2589 BugReporterContext &BRC, in VisitNode()
|