| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 37 class BugReporterContext; variable 62 BugReporterContext &BRC, BugReport &BR) = 0; 66 virtual void finalizeVisitor(BugReporterContext &BRC, 82 getDefaultEndPath(BugReporterContext &BRC, const ExplodedNode *N, 110 BugReporterContext &BRC, 136 BugReporterContext &BRC, 189 BugReporterContext &BRC); 206 const bool tookTrue, BugReporterContext &BRC, 212 BugReporterContext &BRC, 236 BugReporterContext &, in VisitNode() argument [all …]
|
| H A D | BugReporter.h | 557 class BugReporterContext { 564 BugReporterContext(GRBugReporter &br, InterExplodedGraphMap &Backmap) in BugReporterContext() function 567 virtual ~BugReporterContext() = default;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 188 BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath() argument 194 BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor() argument 216 BugReporterContext &BRC) { in getMacroName() 850 BugReporterContext &BRC, BugReport &BR) { in visitNodeInitial() 953 BugReporterContext &BRC, BugReport &BR) { in visitNodeMaybeUnsuppress() 1015 void finalizeVisitor(BugReporterContext &, const ExplodedNode *, in finalizeVisitor() argument 1868 const CFGBlock *dstBlk, BugReport &R, BugReporterContext &BRC) { in VisitTerminator() 1972 BugReporterContext &BRC, in patternMatch() 2239 BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) { in finalizeVisitor() 2424 BugReporterContext &BRC, BugReport &) { in VisitNode() [all …]
|
| H A D | BugReporter.cpp | 86 void BugReporterContext::anchor() {} in anchor() 346 class PathDiagnosticBuilder : public BugReporterContext { 356 : BugReporterContext(br, Backmap), R(r), PDC(pdc), in PathDiagnosticBuilder() 2541 BugReporterContext &BRC) { in generateVisitorsDiagnostics() 2617 BugReporterContext BRC(Reporter, ErrorGraph.BackMap); in findValidReport()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 50 BugReporterContext &BRC, 106 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | DynamicTypeChecker.cpp | 52 BugReporterContext &BRC, 94 BugReporterContext &BRC, in VisitNode()
|
| H A D | ValistChecker.cpp | 82 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() 93 BugReporterContext &BRC, 378 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
|
| H A D | VirtualCallChecker.cpp | 75 BugReporterContext &BRC, 86 BugReporterContext &BRC, in REGISTER_MAP_WITH_PROGRAMSTATE()
|
| H A D | ObjCSuperDeallocChecker.cpp | 75 BugReporterContext &BRC, 249 BugReporterContext &BRC, BugReport &) { in VisitNode()
|
| H A D | InnerPointerChecker.cpp | 59 BugReporterContext &BRC, 284 BugReporterContext &BRC, in VisitNode()
|
| H A D | TestAfterDivZeroChecker.cpp | 74 BugReporterContext &BRC, 98 BugReporterContext &BRC, BugReport &BR) { in REGISTER_SET_WITH_PROGRAMSTATE()
|
| H A D | MoveChecker.cpp | 173 BugReporterContext &BRC, 259 BugReporterContext &BRC, BugReport &BR) { in VisitNode()
|
| H A D | MacOSKeychainAPIChecker.cpp | 144 BugReporterContext &BRC, 619 const ExplodedNode *N, BugReporterContext &BRC, BugReport &BR) { in VisitNode()
|
| H A D | DynamicTypePropagation.cpp | 88 BugReporterContext &BRC, 934 BugReporterContext &BRC, in VisitNode()
|
| H A D | NullabilityChecker.cpp | 142 BugReporterContext &BRC, 296 BugReporterContext &BRC, in VisitNode()
|
| H A D | LocalizationChecker.cpp | 128 BugReporterContext &BRC, 1005 BugReporterContext &BRC, BugReport &BR) { in VisitNode()
|
| H A D | MallocChecker.cpp | 520 BugReporterContext &BRC, 524 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndPathNode, in getEndPath() 2872 const ExplodedNode *N, BugReporterContext &BRC, BugReport &BR) { in VisitNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 254 BugReporterContext &BRC, 257 std::shared_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, 266 std::shared_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC, 355 BugReporterContext &BRC, BugReport &BR) { in VisitNode() 599 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() 606 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.h | 94 BugReporterContext &BRC,
|
| H A D | MPIBugReporter.cpp | 90 BugReporterContext &BRC, in VisitNode()
|