Searched defs:BugReporter (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
10 // This file defines BugReporter, a utility class for generating
20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
44 class BugReporter;
71 friend class BugReporter;
92 /// The stack is largely used by BugReporter when generating PathDiagnostics
99 /// The stack is largely used by BugReporter when generating PathDiagnostics
137 // Used internally by BugReporter.
347 friend class BugReporter;
385 class BugReporter { class in namespace:clang::ento
412 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k), function in class:clang::ento::BugReporter
416 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind), function in class:clang::ento::BugReporter
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp0 // BugReporter.cpp - Generate PathDiagnostics for Bugs ------------*- C++ -*--//
10 // This file defines BugReporter, a utility class for generating
15 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
26 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
27 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
41 #define DEBUG_TYPE "BugReporter"
2540 void BugType::FlushReports(BugReporter &BR) {}
2753 // Methods for BugReporter and subclasses.
2765 BugReporter
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 95 milliseconds