Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h42 class BugReporterContext; variable
73 BugReporterContext &BRC,
78 virtual void finalizeVisitor(BugReporterContext &BRC,
87 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
95 getDefaultEndPath(const BugReporterContext &BRC, const ExplodedNode *N,
244 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
337 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
343 PathDiagnosticPieceRef constructNote(StoreInfo SI, BugReporterContext &BRC,
417 BugReporterContext &BRC,
438 BugReporterContext &BRC,
[all …]
H A DZ3CrosscheckVisitor.h37 BugReporterContext &BRC,
40 void finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
H A DBugReporter.h716 class BugReporterContext {
722 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
724 virtual ~BugReporterContext() = default;
781 using Callback = std::function<std::string(BugReporterContext &,
798 std::optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp297 BugReporterContext &BRC) { in getMacroName()
353 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
359 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
364 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath()
471 const ExplodedNode *N, BugReporterContext &BR, PathSensitiveBugReport &R) { in VisitNode()
913 BugReporterContext &BRC, in VisitNode()
1028 BugReporterContext &BRC, in visitNodeInitial()
1150 BugReporterContext &BRC, in visitNodeMaybeUnsuppress()
1199 BugReporterContext &BRC, in VisitNode()
1213 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
[all …]
H A DZ3CrosscheckVisitor.cpp47 void Z3CrosscheckVisitor::finalizeVisitor(BugReporterContext &BRC, in finalizeVisitor()
112 Z3CrosscheckVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &, in VisitNode() argument
H A DBugReporter.cpp100 void BugReporterContext::anchor() {} in anchor()
218 class PathDiagnosticBuilder : public BugReporterContext {
242 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
2000 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder()
2003 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2790 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2866 BugReporterContext BRC(Reporter); in findValidReport()
H A DCoreEngine.cpp240 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h292 [Cb](BugReporterContext &,
306 return getNoteTag([Cb](BugReporterContext &,
319 [Note = std::string(Note)](BugReporterContext &,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp326 BugReporterContext &BRC,
329 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
339 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
453 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
753 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
761 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXDeleteChecker.cpp55 BugReporterContext &BRC,
185 BugReporterContext &BRC, in VisitNode()
H A DObjCSuperDeallocChecker.cpp74 BugReporterContext &BRC,
241 BugReporterContext &BRC, in VisitNode()
H A DValistChecker.cpp81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
93 BugReporterContext &BRC,
378 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DInnerPointerChecker.cpp78 BugReporterContext &BRC,
299 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DMoveChecker.cpp173 BugReporterContext &BRC,
276 BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp153 BugReporterContext &BRC,
342 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp123 BugReporterContext &BRC,
997 BugReporterContext &BRC, in VisitNode()
H A DMallocChecker.cpp930 BugReporterContext &BRC,
933 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3423 BugReporterContext &BRC, in VisitNode()