Searched refs:ReportDesc (Results 1 – 6 of 6) sorted by relevance
104 class ReportDesc {116 ReportDesc();117 ~ReportDesc();120 ReportDesc(const ReportDesc&);121 void operator = (const ReportDesc&);125 void PrintReport(const ReportDesc *rep);
37 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc52 ReportDesc::~ReportDesc() { in ~ReportDesc()221 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()239 void PrintReport(const ReportDesc *rep) { in PrintReport()348 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()152 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc)); in ScopedReport()153 rep_ = new(mem) ReportDesc; in ScopedReport()386 const ReportDesc *ScopedReport::GetReport() const { in GetReport()511 const ReportDesc *rep = srep.GetReport(); in OutputReport()590 static bool IsJavaNonsense(const ReportDesc *rep) { in IsJavaNonsense()
175 class ReportDesc; variable
513 const ReportDesc *GetReport() const;516 ReportDesc *rep_;
61 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()