Searched refs:ReportDesc (Results 1 – 6 of 6) sorted by relevance
103 class ReportDesc {115 ReportDesc();116 ~ReportDesc();119 ReportDesc(const ReportDesc&);120 void operator = (const ReportDesc&);124 void PrintReport(const ReportDesc *rep);
55 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc70 ReportDesc::~ReportDesc() { in ~ReportDesc()242 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()270 void PrintReport(const ReportDesc *rep) { in PrintReport()384 void PrintReport(const ReportDesc *rep) { in PrintReport()
50 bool OnReport(const ReportDesc *rep, bool suppressed);53 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()139 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc)); in ScopedReport()140 rep_ = new(mem) ReportDesc; in ScopedReport()363 const ReportDesc *ScopedReport::GetReport() const { in GetReport()489 const ReportDesc *rep = srep.GetReport(); in OutputReport()
148 class ReportDesc; variable
531 const ReportDesc *GetReport() const;534 ReportDesc *rep_;
61 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()