Home
last modified time | relevance | path

Searched refs:ReportDesc (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h103 class ReportDesc {
115 ReportDesc();
116 ~ReportDesc();
119 ReportDesc(const ReportDesc&);
120 void operator = (const ReportDesc&);
124 void PrintReport(const ReportDesc *rep);
Dtsan_report.cc55 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc
70 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()
Dtsan_rtl_report.cc50 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()
Dtsan_defs.h148 class ReportDesc; variable
Dtsan_rtl.h531 const ReportDesc *GetReport() const;
534 ReportDesc *rep_;
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()