Searched defs:ReportDesc (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc37 ReportDesc::ReportDesc() function in class:__tsan::ReportDesc
52 ReportDesc::~ReportDesc() {
221 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
239 void PrintReport(const ReportDesc *rep) {
348 void PrintReport(const ReportDesc *rep) {
H A Dtsan_report.h104 class ReportDesc { class in namespace:__tsan
116 ReportDesc();
117 ~ReportDesc();
120 ReportDesc(const ReportDesc&);
121 void operator = (const ReportDesc&);
125 void PrintReport(const ReportDesc *rep);

Completed in 263 milliseconds