Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h40 class BugReporterContext; variable
65 BugReporterContext &BRC,
70 virtual void finalizeVisitor(BugReporterContext &BRC,
408 BugReporterContext &BRC,
426 BugReporterContext &BRC,
453 BugReporterContext &BRC,
507 BugReporterContext &BRC,
559 BugReporterContext &BRC,
588 BugReporterContext &BRC,
606 BugReporterContext &BRC,
[all …]
H A DBugReporter.h703 class BugReporterContext {
709 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function
711 virtual ~BugReporterContext() = default;
767 using Callback = std::function<std::string(BugReporterContext &,
784 Optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp263 BugReporterContext &BRC) { in getMacroName()
325 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
399 BugReporterContext &BR,
826 BugReporterContext &BRC, in VisitNode()
1116 BugReporterContext &BRC, in VisitNode()
1175 BugReporterContext &BRC,
1774 BugReporterContext &BRC,
2502 BugReporterContext &BRC, in VisitNodeImpl()
2542 BugReporterContext &BRC) { in VisitTerminator()
3025 BugReporterContext &BRC, const ExplodedNode *N, in finalizeVisitor()
[all …]
H A DBugReporter.cpp89 void BugReporterContext::anchor() {} in anchor()
203 class PathDiagnosticBuilder : public BugReporterContext {
227 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1978 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder()
1981 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2763 BugReporterContext &BRC) { in generateVisitorsDiagnostics()
2838 BugReporterContext BRC(Reporter); in findValidReport()
H A DCoreEngine.cpp223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
/freebsd-13.1/contrib/llvm-project/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.cpp80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
92 BugReporterContext &BRC,
379 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 DInnerPointerChecker.cpp58 VisitNode(const ExplodedNode *N, BugReporterContext &BRC,
310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DTaint.h98 BugReporterContext &BRC,
H A DMoveChecker.cpp174 BugReporterContext &BRC,
276 BugReporterContext &BRC, in VisitNode()
H A DMacOSKeychainAPIChecker.cpp146 BugReporterContext &BRC,
622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DTaint.cpp233 BugReporterContext &BRC, in VisitNode()
H A DDynamicTypePropagation.cpp88 BugReporterContext &BRC,
1048 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.cpp814 BugReporterContext &BRC,
817 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3160 BugReporterContext &BRC, in VisitNode()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h272 [Cb](BugReporterContext &,
286 return getNoteTag([Cb](BugReporterContext &,
299 [Note](BugReporterContext &,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp332 BugReporterContext &BRC,
335 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
345 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
459 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
757 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
765 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h93 BugReporterContext &BRC,
H A DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode()