Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h42 class BugReporterContext; variable
67 BugReporterContext &BRC,
72 virtual void finalizeVisitor(BugReporterContext &BRC,
81 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC,
89 getDefaultEndPath(const BugReporterContext &BRC, const ExplodedNode *N,
238 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
331 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
337 PathDiagnosticPieceRef constructNote(StoreInfo SI, BugReporterContext &BRC,
410 BugReporterContext &BRC,
428 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 std::optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp267 BugReporterContext &BRC) { in getMacroName()
323 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument
329 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument
334 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath()
441 const ExplodedNode *N, BugReporterContext &BR, PathSensitiveBugReport &R) { in VisitNode()
883 BugReporterContext &BRC, in VisitNode()
998 BugReporterContext &BRC, in visitNodeInitial()
1120 BugReporterContext &BRC, in visitNodeMaybeUnsuppress()
1169 BugReporterContext &BRC, in VisitNode()
1183 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument
[all …]
H A DBugReporter.cpp88 void BugReporterContext::anchor() {} in anchor()
205 class PathDiagnosticBuilder : public BugReporterContext {
229 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
/openbsd-src/gnu/llvm/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,
379 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.cpp74 BugReporterContext &BRC,
97 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DMacOSKeychainAPIChecker.cpp147 BugReporterContext &BRC,
622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMoveChecker.cpp173 BugReporterContext &BRC,
275 BugReporterContext &BRC, in VisitNode()
H A DTaint.cpp236 BugReporterContext &BRC, in VisitNode()
H A DDynamicTypePropagation.cpp86 BugReporterContext &BRC,
1046 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp149 BugReporterContext &BRC,
334 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp128 BugReporterContext &BRC,
1003 BugReporterContext &BRC, in VisitNode()
H A DMallocChecker.cpp1006 BugReporterContext &BRC,
1009 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
3367 BugReporterContext &BRC, in VisitNode()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h292 [Cb](BugReporterContext &,
306 return getNoteTag([Cb](BugReporterContext &,
319 [Note](BugReporterContext &,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h93 BugReporterContext &BRC,
H A DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DTaint.h98 BugReporterContext &BRC,