Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h41 class BugReporterContext; variable
71 virtual void finalizeVisitor(BugReporterContext &BRC,
409 BugReporterContext &BRC,
427 BugReporterContext &BRC,
454 BugReporterContext &BRC,
508 BugReporterContext &BRC,
560 BugReporterContext &BRC,
589 BugReporterContext &BRC,
607 BugReporterContext &BRC,
622 BugReporterContext &BRC,
[all …]
H A DBugReporter.h701 class BugReporterContext {
707 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
709 virtual ~BugReporterContext() = default;
765 using Callback = std::function<std::string(BugReporterContext &,
782 Optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp267 BugReporterContext &BRC) { in getMacroName()
329 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
883 BugReporterContext &BRC, in VisitNode()
1169 BugReporterContext &BRC, in VisitNode()
1228 BugReporterContext &BRC,
1835 BugReporterContext &BRC,
2583 BugReporterContext &BRC, in VisitNodeImpl()
2623 BugReporterContext &BRC) { in VisitTerminator()
2750 BugReporterContext &BRC, in patternMatch()
3106 BugReporterContext &BRC, const ExplodedNode *N, in finalizeVisitor()
[all …]
H A DBugReporter.cpp89 void BugReporterContext::anchor() {} in anchor()
206 class PathDiagnosticBuilder : public BugReporterContext {
230 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1986 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder()
1989 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2771 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2846 BugReporterContext BRC(Reporter); in findValidReport()
H A DCoreEngine.cpp252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp49 BugReporterContext &BRC,
107 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DDynamicTypeChecker.cpp51 BugReporterContext &BRC,
92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DObjCSuperDeallocChecker.cpp73 BugReporterContext &BRC,
248 BugReporterContext &BRC, in VisitNode()
H A DValistChecker.cpp81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
93 BugReporterContext &BRC,
380 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DInnerPointerChecker.cpp59 BugReporterContext &BRC,
307 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DTestAfterDivZeroChecker.cpp73 BugReporterContext &BRC,
96 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DMacOSKeychainAPIChecker.cpp146 BugReporterContext &BRC,
621 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMoveChecker.cpp173 BugReporterContext &BRC,
275 BugReporterContext &BRC, in VisitNode()
H A DTaint.cpp235 BugReporterContext &BRC, in VisitNode()
H A DDynamicTypePropagation.cpp85 BugReporterContext &BRC,
1045 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp147 BugReporterContext &BRC,
298 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp127 BugReporterContext &BRC,
1002 BugReporterContext &BRC, in VisitNode()
H A DMallocChecker.cpp1020 BugReporterContext &BRC,
1023 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3376 BugReporterContext &BRC, in VisitNode()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h275 [Cb](BugReporterContext &,
289 return getNoteTag([Cb](BugReporterContext &,
302 [Note](BugReporterContext &,
/llvm-project-15.0.7/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()
751 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
759 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h93 BugReporterContext &BRC,
H A DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DTaint.h98 BugReporterContext &BRC,