| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 42 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 D | BugReporter.h | 701 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 D | BugReporterVisitors.cpp | 267 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 D | BugReporter.cpp | 88 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 D | CoreEngine.cpp | 252 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 49 BugReporterContext &BRC, 107 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | DynamicTypeChecker.cpp | 51 BugReporterContext &BRC, 92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | ObjCSuperDeallocChecker.cpp | 73 BugReporterContext &BRC, 248 BugReporterContext &BRC, in VisitNode()
|
| H A D | ValistChecker.cpp | 81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() 93 BugReporterContext &BRC, 379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | InnerPointerChecker.cpp | 59 BugReporterContext &BRC, 307 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | TestAfterDivZeroChecker.cpp | 74 BugReporterContext &BRC, 97 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
|
| H A D | MacOSKeychainAPIChecker.cpp | 147 BugReporterContext &BRC, 622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | MoveChecker.cpp | 173 BugReporterContext &BRC, 275 BugReporterContext &BRC, in VisitNode()
|
| H A D | Taint.cpp | 236 BugReporterContext &BRC, in VisitNode()
|
| H A D | DynamicTypePropagation.cpp | 86 BugReporterContext &BRC, 1046 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | NullabilityChecker.cpp | 149 BugReporterContext &BRC, 334 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | LocalizationChecker.cpp | 128 BugReporterContext &BRC, 1003 BugReporterContext &BRC, in VisitNode()
|
| H A D | MallocChecker.cpp | 1006 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 D | CheckerContext.h | 292 [Cb](BugReporterContext &, 306 return getNoteTag([Cb](BugReporterContext &, 319 [Note](BugReporterContext &,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 326 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 D | MPIBugReporter.h | 93 BugReporterContext &BRC,
|
| H A D | MPIBugReporter.cpp | 89 BugReporterContext &BRC, in VisitNode()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Taint.h | 98 BugReporterContext &BRC,
|