Searched refs:ReportDesc (Results 1 – 6 of 6) sorted by relevance
70 return const_cast<ReportDesc*>(cur_thread()->current_report);79 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() 94 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag() 102 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() 113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() 130 const ReportDesc *re in __tsan_get_report_loc() [all...]
101 class ReportDesc {115 ReportDesc();116 ~ReportDesc();119 ReportDesc(const ReportDesc&);120 void operator = (const ReportDesc&);124 void PrintReport(const ReportDesc *rep);
32 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc 48 ReportDesc::~ReportDesc() { in ~ReportDesc() 264 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack() 282 void PrintReport(const ReportDesc *rep) { in FrameIsInternal() 429 void PrintReport(const ReportDesc *rep) { in PrintLocation()
36 bool OnReport(const ReportDesc *rep, bool suppressed);39 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()46 void __tsan_on_report(const ReportDesc *rep) { in __tsan_on_report()160 rep_ = New<ReportDesc>(); in ScopedReportBase()344 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport()637 const ReportDesc *rep = srep.GetReport(); in OutputReport()806 const ReportDesc *rep_desc = rep.GetReport(); in ReportRace()
163 class ReportDesc; variable
234 const ReportDesc *current_report;421 const ReportDesc *GetReport() const;428 ReportDesc *rep_;