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.h104 class ReportDesc {
116 ReportDesc();
117 ~ReportDesc();
120 ReportDesc(const ReportDesc&);
121 void operator = (const ReportDesc&);
125 void PrintReport(const ReportDesc *rep);
Dtsan_report.cc37 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc
52 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()
Dtsan_rtl_report.cc50 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()
Dtsan_defs.h175 class ReportDesc; variable
Dtsan_rtl.h513 const ReportDesc *GetReport() const;
516 ReportDesc *rep_;
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()