Searched refs:ReportDesc (Results 1 – 7 of 7) sorted by relevance
68 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()77 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data()92 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag()100 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack()111 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop()128 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc()145 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc_object_type()155 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex()169 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread()183 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid()
100 class ReportDesc {114 ReportDesc();115 ~ReportDesc();118 ReportDesc(const ReportDesc&);119 void operator = (const ReportDesc&);123 void PrintReport(const ReportDesc *rep);
32 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc48 ReportDesc::~ReportDesc() { in ~ReportDesc()268 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()301 void PrintReport(const ReportDesc *rep) { in PrintReport()448 void PrintReport(const ReportDesc *rep) { in PrintReport()
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_;
60 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()