Home
last modified time | relevance | path

Searched refs:BugReporterVisitor (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h49 class BugReporterVisitor : public llvm::FoldingSetNode {
51 BugReporterVisitor() = default;
52 BugReporterVisitor(const BugReporterVisitor &) = default;
53 BugReporterVisitor(BugReporterVisitor &&) {} in BugReporterVisitor() function
57 BugReporterVisitor &operator=(const BugReporterVisitor &) = delete;
58 BugReporterVisitor &operator=(BugReporterVisitor &&) = delete;
60 virtual ~BugReporterVisitor();
348 class TrackingBugReporterVisitor : public BugReporterVisitor {
395 class TrackConstraintBRVisitor final : public BugReporterVisitor {
430 class NilReceiverBRVisitor final : public BugReporterVisitor {
[all …]
H A DZ3CrosscheckVisitor.h24 class Z3CrosscheckVisitor final : public BugReporterVisitor {
H A DBugReporter.h291 using VisitorList = SmallVector<std::unique_ptr<BugReporterVisitor>, 8>;
330 llvm::FoldingSet<BugReporterVisitor> CallbacksSet;
495 void addVisitor(std::unique_ptr<BugReporterVisitor> visitor);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationState.h26 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym);
H A DInnerPointerChecker.cpp62 class InnerPointerBRVisitor : public BugReporterVisitor {
280 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym) { in getInnerPointerBRVisitor()
H A DCXXDeleteChecker.cpp48 class PtrCastVisitor : public BugReporterVisitor {
H A DObjCSuperDeallocChecker.cpp65 class SuperDeallocBRVisitor final : public BugReporterVisitor {
H A DValistChecker.cpp72 class ValistBugVisitor : public BugReporterVisitor {
H A DMoveChecker.cpp156 class MovedBugVisitor : public BugReporterVisitor {
H A DNullabilityChecker.cpp142 class NullabilityBugVisitor : public BugReporterVisitor {
H A DLocalizationChecker.cpp111 class NonLocalizedStringBRVisitor final : public BugReporterVisitor {
H A DMallocChecker.cpp851 class MallocBugVisitor final : public BugReporterVisitor {
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp312 class RefCountReportVisitor : public BugReporterVisitor {
757 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp98 BugReporterVisitor::~BugReporterVisitor() = default;
2025 LastPiece = BugReporterVisitor::getDefaultEndPath(*this, ErrorNode, in generate()
2170 std::unique_ptr<BugReporterVisitor> visitor) { in addVisitor()
2805 for (std::unique_ptr<BugReporterVisitor> &Visitor : R->visitors()) in generateVisitorsDiagnostics()
H A DBugReporterVisitors.cpp353 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath()
359 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor()
364 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath()
900 class MacroNullReturnSuppressionVisitor final : public BugReporterVisitor {