Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h37 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 DBugReporter.h694 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 DBugReporterVisitors.cpp262 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 DBugReporter.cpp89 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 DCoreEngine.cpp223 [](BugReporterContext &, PathSensitiveBugReport &) -> std::string { in HandleBlockEdge() argument
/netbsd-src/external/apache2/llvm/dist/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.cpp80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath()
92 BugReporterContext &BRC,
379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DTestAfterDivZeroChecker.cpp73 BugReporterContext &BRC,
96 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DInnerPointerChecker.cpp58 VisitNode(const ExplodedNode *N, BugReporterContext &BRC,
310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode()
H A DTaint.h98 BugReporterContext &BRC,
H A DMacOSKeychainAPIChecker.cpp146 BugReporterContext &BRC,
622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DMoveChecker.cpp174 BugReporterContext &BRC,
276 BugReporterContext &BRC, in VisitNode()
H A DTaint.cpp233 BugReporterContext &BRC, in VisitNode()
H A DDynamicTypePropagation.cpp88 BugReporterContext &BRC,
1048 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DNullabilityChecker.cpp147 BugReporterContext &BRC,
298 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode()
H A DLocalizationChecker.cpp127 BugReporterContext &BRC,
1002 BugReporterContext &BRC, in VisitNode()
H A DMallocChecker.cpp814 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 DCheckerContext.h272 [Cb](BugReporterContext &,
286 return getNoteTag([Cb](BugReporterContext &,
299 [Note](BugReporterContext &,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp332 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 DMPIBugReporter.h93 BugReporterContext &BRC,
H A DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode()