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

/external/clang/tools/scan-view/
H A DReporter.py5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport: class in inherits:
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h41 class BugReport;
53 class BugReport : public llvm::ilist_node<BugReport> { class in namespace:clang::ento
129 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) function in class:clang::ento::BugReport
133 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, function in class:clang::ento::BugReport
139 BugReport(BugType& bt, StringRef desc, PathDiagnosticLocation l) function in class:clang::ento::BugReport
144 /// \brief Create a BugReport with a custom uniqueing location.
151 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, function in class:clang::ento::BugReport
157 virtual ~BugReport();
173 /// when generating a PathDiagnostic from this BugReport
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp124 bool BugReporter::RemoveUneededCalls(PathPieces &pieces, BugReport *R) {
182 class NodeMapClosure : public BugReport::NodeResolver {
195 BugReport *R;
203 BugReport *r, NodeBackMap *Backmap,
214 BugReport *getBugReport() { return R; }
731 BugReport *R = PDB.getBugReport();
1087 static void reversePropagateIntererstingSymbols(BugReport &R,
1119 static void reversePropagateInterestingSymbols(BugReport &R,
1308 BugReport *R = PDB.getBugReport();
1335 // Methods for BugReport an
[all...]

Completed in 88 milliseconds