Searched refs:ReportDesc (Results 1 – 7 of 7) sorted by relevance
60 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()69 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data()85 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack()96 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop()113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc()130 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex()144 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread()158 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid()
104 class ReportDesc {116 ReportDesc();117 ~ReportDesc();120 ReportDesc(const ReportDesc&);121 void operator = (const ReportDesc&);125 void PrintReport(const ReportDesc *rep);
55 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc70 ReportDesc::~ReportDesc() { in ~ReportDesc()256 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()289 void PrintReport(const ReportDesc *rep) { in PrintReport()428 void PrintReport(const ReportDesc *rep) { in PrintReport()
50 bool OnReport(const ReportDesc *rep, bool suppressed);53 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()60 void __tsan_on_report(const ReportDesc *rep) { in __tsan_on_report()144 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc)); in ScopedReport()145 rep_ = new(mem) ReportDesc; in ScopedReport()368 const ReportDesc *ScopedReport::GetReport() const { in GetReport()499 const ReportDesc *rep = srep.GetReport(); in OutputReport()
157 class ReportDesc; variable
438 const ReportDesc *current_report;573 const ReportDesc *GetReport() const;576 ReportDesc *rep_;
103 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()