Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h43 class BugReporterVisitor : public llvm::FoldingSetNode {
45 BugReporterVisitor() = default;
46 BugReporterVisitor(const BugReporterVisitor &) = default;
47 BugReporterVisitor(BugReporterVisitor &&) {} in BugReporterVisitor() argument
48 virtual ~BugReporterVisitor();
88 class FindLastStoreBRVisitor final : public BugReporterVisitor {
146 class NilReceiverBRVisitor final : public BugReporterVisitor {
163 class ConditionBRVisitor final : public BugReporterVisitor {
224 : public BugReporterVisitor {
250 class UndefOrNullArgVisitor final : public BugReporterVisitor {
[all …]
H A DBugReporter.h89 using VisitorList = SmallVector<std::unique_ptr<BugReporterVisitor>, 8>;
137 llvm::FoldingSet<BugReporterVisitor> CallbacksSet;
344 void addVisitor(std::unique_ptr<BugReporterVisitor> visitor);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp28 std::unique_ptr<BugReporterVisitor> Visitor = nullptr) const;
44 std::unique_ptr<BugReporterVisitor> Visitor) const { in reportBug()
H A DVLASizeChecker.cpp37 std::unique_ptr<BugReporterVisitor> Visitor = nullptr) const;
46 CheckerContext &C, std::unique_ptr<BugReporterVisitor> Visitor) const { in reportBug()
H A DAllocationState.h27 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym);
H A DArrayBoundCheckerV2.cpp37 std::unique_ptr<BugReporterVisitor> Visitor = nullptr) const;
231 std::unique_ptr<BugReporterVisitor> Visitor) const { in reportOOB()
H A DInnerPointerChecker.cpp43 class InnerPointerBRVisitor : public BugReporterVisitor {
264 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym) { in getInnerPointerBRVisitor()
H A DDeleteWithNonVirtualDtorChecker.cpp42 class DeleteBugVisitor : public BugReporterVisitor {
H A DDynamicTypeChecker.cpp41 class DynamicTypeBugVisitor : public BugReporterVisitor {
H A DVirtualCallChecker.cpp60 class VirtualBugVisitor : public BugReporterVisitor {
H A DObjCSuperDeallocChecker.cpp65 class SuperDeallocBRVisitor final : public BugReporterVisitor {
H A DTestAfterDivZeroChecker.cpp58 class DivisionBRVisitor : public BugReporterVisitor {
H A DValistChecker.cpp72 class ValistBugVisitor : public BugReporterVisitor {
H A DMoveChecker.cpp156 class MovedBugVisitor : public BugReporterVisitor {
H A DMacOSKeychainAPIChecker.cpp129 class SecKeychainBugVisitor : public BugReporterVisitor {
H A DDynamicTypePropagation.cpp77 class GenericsBugVisitor : public BugReporterVisitor {
H A DNullabilityChecker.cpp131 class NullabilityBugVisitor : public BugReporterVisitor {
H A DLocalizationChecker.cpp116 class NonLocalizedStringBRVisitor final : public BugReporterVisitor {
H A DMallocChecker.cpp440 class MallocBugVisitor final : public BugReporterVisitor {
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h81 class RequestNodeVisitor : public BugReporterVisitor {
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp188 BugReporterVisitor::getEndPath(BugReporterContext &, in getEndPath()
194 BugReporterVisitor::finalizeVisitor(BugReporterContext &, in finalizeVisitor()
197 std::shared_ptr<PathDiagnosticPiece> BugReporterVisitor::getDefaultEndPath( in getDefaultEndPath()
275 class NoStoreFuncVisitor final : public BugReporterVisitor {
661 class MacroNullReturnSuppressionVisitor final : public BugReporterVisitor {
754 class ReturnVisitor : public BugReporterVisitor {
H A DBugReporter.cpp84 BugReporterVisitor::~BugReporterVisitor() = default;
1931 LastPiece = BugReporterVisitor::getDefaultEndPath(PDB, ErrorNode, *R); in generatePathDiagnosticForConsumer()
2031 void BugReport::addVisitor(std::unique_ptr<BugReporterVisitor> visitor) { in addVisitor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp240 class RefCountReportVisitor : public BugReporterVisitor {
602 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath()