HomeSort by relevance Sort by last modified time
    Searched refs:ReportDesc (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 103 class ReportDesc {
115 ReportDesc();
116 ~ReportDesc();
119 ReportDesc(const ReportDesc&);
120 void operator = (const ReportDesc&);
124 void PrintReport(const ReportDesc *rep);
tsan_report.cc 55 ReportDesc::ReportDesc()
70 ReportDesc::~ReportDesc() {
254 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
287 void PrintReport(const ReportDesc *rep) {
401 void PrintReport(const ReportDesc *rep) {
tsan_defs.h 152 class ReportDesc;
tsan_rtl_report.cc 50 bool OnReport(const ReportDesc *rep, bool suppressed);
53 bool OnReport(const ReportDesc *rep, bool suppressed) {
139 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc));
140 rep_ = new(mem) ReportDesc;
363 const ReportDesc *ScopedReport::GetReport() const {
494 const ReportDesc *rep = srep.GetReport();
tsan_rtl.h 540 const ReportDesc *GetReport() const;
543 ReportDesc *rep_;
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 103 bool OnReport(const ReportDesc *rep, bool suppressed) {

Completed in 1086 milliseconds