| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 42 class BugReporterContext; variable 73 BugReporterContext &BRC, 78 virtual void finalizeVisitor(BugReporterContext &BRC, 87 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, 95 getDefaultEndPath(const BugReporterContext &BRC, const ExplodedNode *N, 244 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC, 337 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC, 343 PathDiagnosticPieceRef constructNote(StoreInfo SI, BugReporterContext &BRC, 417 BugReporterContext &BRC, 438 BugReporterContext &BRC, [all …]
|
| H A D | Z3CrosscheckVisitor.h | 37 BugReporterContext &BRC, 40 void finalizeVisitor(BugReporterContext &BRC, const ExplodedNode *EndPathNode,
|
| H A D | BugReporter.h | 716 class BugReporterContext { 722 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function 724 virtual ~BugReporterContext() = default; 781 using Callback = std::function<std::string(BugReporterContext &, 798 std::optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 297 BugReporterContext &BRC) { in getMacroName() 353 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument 359 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument 364 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath() 471 const ExplodedNode *N, BugReporterContext &BR, PathSensitiveBugReport &R) { in VisitNode() 913 BugReporterContext &BRC, in VisitNode() 1028 BugReporterContext &BRC, in visitNodeInitial() 1150 BugReporterContext &BRC, in visitNodeMaybeUnsuppress() 1199 BugReporterContext &BRC, in VisitNode() 1213 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument [all …]
|
| H A D | Z3CrosscheckVisitor.cpp | 47 void Z3CrosscheckVisitor::finalizeVisitor(BugReporterContext &BRC, in finalizeVisitor() 112 Z3CrosscheckVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &, in VisitNode() argument
|
| H A D | BugReporter.cpp | 100 void BugReporterContext::anchor() {} in anchor() 218 class PathDiagnosticBuilder : public BugReporterContext { 242 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, 2000 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder() 2003 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder() 2790 BugReporterContext &BRC) { in generateVisitorsDiagnostics() 2866 BugReporterContext BRC(Reporter); in findValidReport()
|
| H A D | CoreEngine.cpp | 240 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 292 [Cb](BugReporterContext &, 306 return getNoteTag([Cb](BugReporterContext &, 319 [Note = std::string(Note)](BugReporterContext &,
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CXXDeleteChecker.cpp | 55 BugReporterContext &BRC, 185 BugReporterContext &BRC, in VisitNode()
|
| H A D | ObjCSuperDeallocChecker.cpp | 74 BugReporterContext &BRC, 241 BugReporterContext &BRC, in VisitNode()
|
| H A D | ValistChecker.cpp | 81 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() 93 BugReporterContext &BRC, 378 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | InnerPointerChecker.cpp | 78 BugReporterContext &BRC, 299 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | MoveChecker.cpp | 173 BugReporterContext &BRC, 276 BugReporterContext &BRC, in VisitNode()
|
| H A D | NullabilityChecker.cpp | 153 BugReporterContext &BRC, 342 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | LocalizationChecker.cpp | 123 BugReporterContext &BRC, 997 BugReporterContext &BRC, in VisitNode()
|
| H A D | MallocChecker.cpp | 930 BugReporterContext &BRC, 933 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() 3423 BugReporterContext &BRC, in VisitNode()
|