Home
last modified time | relevance | path

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

/freebsd-14.2/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,
416 BugReporterContext &BRC,
437 BugReporterContext &BRC,
464 BugReporterContext &BRC,
566 BugReporterContext &BRC,
595 BugReporterContext &BRC,
613 BugReporterContext &BRC,
628 BugReporterContext &BRC,
[all …]
H A DBugReporter.h705 class BugReporterContext {
711 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
713 virtual ~BugReporterContext() = default;
769 using Callback = std::function<std::string(BugReporterContext &,
786 std::optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp293 BugReporterContext &BRC) { in getMacroName()
355 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
909 BugReporterContext &BRC, in VisitNode()
1195 BugReporterContext &BRC, in VisitNode()
1252 BugReporterContext &BRC,
2011 BugReporterContext &BRC,
2019 BugReporterContext &BRC) { in constructDebugPieceForTrackedCondition()
2779 BugReporterContext &BRC, in VisitNodeImpl()
2819 BugReporterContext &BRC) { in VisitTerminator()
3300 BugReporterContext &BRC, const ExplodedNode *N, in finalizeVisitor()
[all …]
H A DBugReporter.cpp91 void BugReporterContext::anchor() {} in anchor()
208 class PathDiagnosticBuilder : public BugReporterContext {
232 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1987 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder()
1990 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2774 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2849 BugReporterContext BRC(Reporter); in findValidReport()
H A DCoreEngine.cpp252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp46 BugReporterContext &BRC,
86 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
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,
379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DTestAfterDivZeroChecker.cpp74 BugReporterContext &BRC,
97 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DInnerPointerChecker.cpp59 BugReporterContext &BRC,
307 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DMacOSKeychainAPIChecker.cpp143 BugReporterContext &BRC,
613 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMoveChecker.cpp173 BugReporterContext &BRC,
276 BugReporterContext &BRC, in VisitNode()
H A DDynamicTypePropagation.cpp87 BugReporterContext &BRC,
1044 const ExplodedNode *N, 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.cpp1006 BugReporterContext &BRC,
1009 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3368 BugReporterContext &BRC, in VisitNode()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h90 BugReporterContext &BRC,
H A DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode()