Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h37 class BugReporterContext; variable
62 BugReporterContext &BRC, BugReport &BR) = 0;
66 virtual void finalizeVisitor(BugReporterContext &BRC,
82 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N,
110 BugReporterContext &BRC,
136 BugReporterContext &BRC,
189 BugReporterContext &BRC);
206 const bool tookTrue, BugReporterContext &BRC,
212 BugReporterContext &BRC,
236 BugReporterContext &, in VisitNode() argument
[all …]
H A DBugReporter.h557 class BugReporterContext {
564 BugReporterContext(GRBugReporter &br, InterExplodedGraphMap &Backmap) in BugReporterContext() function
567 virtual ~BugReporterContext() = default;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp188 BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
194 BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
216 BugReporterContext &BRC) { in getMacroName()
850 BugReporterContext &BRC, BugReport &BR) { in visitNodeInitial()
953 BugReporterContext &BRC, BugReport &BR) { in visitNodeMaybeUnsuppress()
1015 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
1868 const CFGBlock *dstBlk, BugReport &R, BugReporterContext &BRC) { in VisitTerminator()
1972 BugReporterContext &BRC, in patternMatch()
2239 BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) { in finalizeVisitor()
2424 BugReporterContext &BRC, BugReport &) { in VisitNode()
[all …]
H A DBugReporter.cpp86 void BugReporterContext::anchor() {} in anchor()
346 class PathDiagnosticBuilder : public BugReporterContext {
356 : BugReporterContext(br, Backmap), R(r), PDC(pdc), in PathDiagnosticBuilder()
2541 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2617 BugReporterContext BRC(Reporter, ErrorGraph.BackMap); in findValidReport()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp50 BugReporterContext &BRC,
106 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DDynamicTypeChecker.cpp52 BugReporterContext &BRC,
94 BugReporterContext &BRC, in VisitNode()
H A DValistChecker.cpp82 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath()
93 BugReporterContext &BRC,
378 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DVirtualCallChecker.cpp75 BugReporterContext &BRC,
86 BugReporterContext &BRC, in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DObjCSuperDeallocChecker.cpp75 BugReporterContext &BRC,
249 BugReporterContext &BRC, BugReport &) { in VisitNode()
H A DInnerPointerChecker.cpp59 BugReporterContext &BRC,
284 BugReporterContext &BRC, in VisitNode()
H A DTestAfterDivZeroChecker.cpp74 BugReporterContext &BRC,
98 BugReporterContext &BRC, BugReport &BR) { in REGISTER_SET_WITH_PROGRAMSTATE()
H A DMoveChecker.cpp173 BugReporterContext &BRC,
259 BugReporterContext &BRC, BugReport &BR) { in VisitNode()
H A DMacOSKeychainAPIChecker.cpp144 BugReporterContext &BRC,
619 const ExplodedNode *N, BugReporterContext &BRC, BugReport &BR) { in VisitNode()
H A DDynamicTypePropagation.cpp88 BugReporterContext &BRC,
934 BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp142 BugReporterContext &BRC,
296 BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp128 BugReporterContext &BRC,
1005 BugReporterContext &BRC, BugReport &BR) { in VisitNode()
H A DMallocChecker.cpp520 BugReporterContext &BRC,
524 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath()
2872 const ExplodedNode *N, BugReporterContext &BRC, BugReport &BR) { in VisitNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp254 BugReporterContext &BRC,
257 std::shared_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
266 std::shared_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
355 BugReporterContext &BRC, BugReport &BR) { in VisitNode()
599 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
606 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h94 BugReporterContext &BRC,
H A DMPIBugReporter.cpp90 BugReporterContext &BRC, in VisitNode()