Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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() argument
54 virtual ~BugReporterVisitor();
342 class TrackingBugReporterVisitor : public BugReporterVisitor {
388 class TrackConstraintBRVisitor final : public BugReporterVisitor {
420 class NilReceiverBRVisitor final : public BugReporterVisitor {
437 class ConditionBRVisitor final : public BugReporterVisitor {
518 : public BugReporterVisitor {
[all …]
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);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp30 std::unique_ptr<BugReporterVisitor> Visitor = nullptr) const;
46 std::unique_ptr<BugReporterVisitor> Visitor) const { in reportBug()
H A DAllocationState.h26 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym);
H A DVLASizeChecker.cpp59 std::unique_ptr<BugReporterVisitor> Visitor = nullptr) const;
214 CheckerContext &C, std::unique_ptr<BugReporterVisitor> Visitor) const { in reportBug()
H A DInnerPointerChecker.cpp43 class InnerPointerBRVisitor : public BugReporterVisitor {
288 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym) { in getInnerPointerBRVisitor()
H A DArrayBoundCheckerV2.cpp40 std::unique_ptr<BugReporterVisitor> Visitor = nullptr) const;
232 std::unique_ptr<BugReporterVisitor> Visitor) const { in reportOOB()
H A DDeleteWithNonVirtualDtorChecker.cpp41 class DeleteBugVisitor : public BugReporterVisitor {
H A DDynamicTypeChecker.cpp40 class DynamicTypeBugVisitor : public BugReporterVisitor {
H A DObjCSuperDeallocChecker.cpp64 class SuperDeallocBRVisitor final : public BugReporterVisitor {
H A DTestAfterDivZeroChecker.cpp58 class DivisionBRVisitor : public BugReporterVisitor {
H A DValistChecker.cpp72 class ValistBugVisitor : public BugReporterVisitor {
H A DMacOSKeychainAPIChecker.cpp132 class SecKeychainBugVisitor : public BugReporterVisitor {
H A DMoveChecker.cpp156 class MovedBugVisitor : public BugReporterVisitor {
H A DDynamicTypePropagation.cpp75 class GenericsBugVisitor : public BugReporterVisitor {
H A DNullabilityChecker.cpp138 class NullabilityBugVisitor : public BugReporterVisitor {
H A DLocalizationChecker.cpp116 class NonLocalizedStringBRVisitor final : public BugReporterVisitor {
H A DMallocChecker.cpp927 class MallocBugVisitor final : public BugReporterVisitor {
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h80 class RequestNodeVisitor : public BugReporterVisitor {
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DTaint.h89 class TaintBugVisitor final : public BugReporterVisitor {
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp312 class RefCountReportVisitor : public BugReporterVisitor {
757 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp86 BugReporterVisitor::~BugReporterVisitor() = default;
2010 LastPiece = BugReporterVisitor::getDefaultEndPath(*this, ErrorNode, in generate()
2158 std::unique_ptr<BugReporterVisitor> visitor) { in addVisitor()
2786 for (std::unique_ptr<BugReporterVisitor> &Visitor : R->visitors()) in generateVisitorsDiagnostics()
H A DBugReporterVisitors.cpp323 PathDiagnosticPieceRef BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath()
329 void BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor()
334 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath()
870 class MacroNullReturnSuppressionVisitor final : public BugReporterVisitor {