reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
171 class ReportDesc;
77 const ReportDesc *rep = (ReportDesc *)report; 92 const ReportDesc *rep = (ReportDesc *)report; 100 const ReportDesc *rep = (ReportDesc *)report; 111 const ReportDesc *rep = (ReportDesc *)report; 128 const ReportDesc *rep = (ReportDesc *)report; 145 const ReportDesc *rep = (ReportDesc *)report; 155 const ReportDesc *rep = (ReportDesc *)report; 169 const ReportDesc *rep = (ReportDesc *)report; 183 const ReportDesc *rep = (ReportDesc *)report;projects/compiler-rt/lib/tsan/rtl/tsan_mman.h
83 void DestroyAndFree(T *p) {
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp283 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { 316 void PrintReport(const ReportDesc *rep) {projects/compiler-rt/lib/tsan/rtl/tsan_report.h
125 ReportDesc(const ReportDesc&); 126 void operator = (const ReportDesc&); 130 void PrintReport(const ReportDesc *rep);projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
448 const ReportDesc *current_report; 600 const ReportDesc *GetReport() const; 607 ReportDesc *rep_;projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
56 bool OnReport(const ReportDesc *rep, bool suppressed) { 63 void __tsan_on_report(const ReportDesc *rep) { 147 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc)); 148 rep_ = new(mem) ReportDesc; 372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } 507 const ReportDesc *rep = srep.GetReport();