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

/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py93 def BugReport(self, path): member in class:AdbInterface
/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.h43 class BugReport;
55 class BugReport : public llvm::ilist_node<BugReport> { class in namespace:clang::ento
146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) function in class:clang::ento::BugReport
150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, function in class:clang::ento::BugReport
156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l) function in class:clang::ento::BugReport
160 /// \brief Create a BugReport with a custom uniqueing location.
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, function in class:clang::ento::BugReport
175 virtual ~BugReport();
191 /// when generating a PathDiagnostic from this BugReport
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R,
310 class NodeMapClosure : public BugReport::NodeResolver {
321 BugReport *R;
328 BugReport *r, InterExplodedGraphMap &Backmap,
339 BugReport *getBugReport() { return R; }
512 BugReport *R = PDB.getBugReport();
872 BugReport *R = PDB.getBugReport();
1243 static void reversePropagateIntererstingSymbols(BugReport &R,
1275 static void reversePropagateInterestingSymbols(BugReport &R,
1575 BugReport *
[all...]

Completed in 177 milliseconds