| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 37 class BugReporterContext; variable 62 BugReporterContext &BRC, 67 virtual void finalizeVisitor(BugReporterContext &BRC, 76 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, 84 getDefaultEndPath(const BugReporterContext &BRC, const ExplodedNode *N, 160 BugReporterContext &BRC, 186 BugReporterContext &BRC, 204 BugReporterContext &BRC, 231 BugReporterContext &BRC, 235 BugReporterContext &BRC, [all …]
|
| H A D | BugReporter.h | 694 class BugReporterContext { 700 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {} in BugReporterContext() function 702 virtual ~BugReporterContext() = default; 729 std::function<std::string(BugReporterContext &, 746 Optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 262 BugReporterContext &BRC) { in getMacroName() 318 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument 324 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument 329 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath() 398 BugReporterContext &BR, 566 NoStoreFuncVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BR, in VisitNode() 825 BugReporterContext &BRC, in VisitNode() 1025 BugReporterContext &BRC, in visitNodeInitial() 1152 BugReporterContext &BRC, in visitNodeMaybeUnsuppress() 1199 BugReporterContext &BRC, in VisitNode() [all …]
|
| H A D | BugReporter.cpp | 89 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() 2745 BugReporterContext &BRC) { in generateVisitorsDiagnostics() 2820 BugReporterContext BRC(Reporter); in findValidReport()
|
| H A D | CoreEngine.cpp | 223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
|
| /netbsd-src/external/apache2/llvm/dist/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 | 80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() 92 BugReporterContext &BRC, 379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | TestAfterDivZeroChecker.cpp | 73 BugReporterContext &BRC, 96 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
|
| H A D | InnerPointerChecker.cpp | 58 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, 310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
|
| H A D | Taint.h | 98 BugReporterContext &BRC,
|
| H A D | MacOSKeychainAPIChecker.cpp | 146 BugReporterContext &BRC, 622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | MoveChecker.cpp | 174 BugReporterContext &BRC, 276 BugReporterContext &BRC, in VisitNode()
|
| H A D | Taint.cpp | 233 BugReporterContext &BRC, in VisitNode()
|
| H A D | DynamicTypePropagation.cpp | 88 BugReporterContext &BRC, 1048 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | NullabilityChecker.cpp | 147 BugReporterContext &BRC, 298 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | LocalizationChecker.cpp | 127 BugReporterContext &BRC, 1002 BugReporterContext &BRC, in VisitNode()
|
| H A D | MallocChecker.cpp | 814 BugReporterContext &BRC, 817 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() 3159 BugReporterContext &BRC, in VisitNode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 272 [Cb](BugReporterContext &, 286 return getNoteTag([Cb](BugReporterContext &, 299 [Note](BugReporterContext &,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 332 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.h | 93 BugReporterContext &BRC,
|
| H A D | MPIBugReporter.cpp | 89 BugReporterContext &BRC, in VisitNode()
|