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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h104 class ReportDesc { class in namespace:__tsan
116 ReportDesc();
117 ~ReportDesc();
120 ReportDesc(const ReportDesc&);
121 void operator = (const ReportDesc&);
125 void PrintReport(const ReportDesc *rep);
H A Dtsan_report.cc37 ReportDesc::ReportDesc() function in class:__tsan::ReportDesc
52 ReportDesc::~ReportDesc() {
221 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
239 void PrintReport(const ReportDesc *rep) {
348 void PrintReport(const ReportDesc *rep) {
H A Dtsan_defs.h175 class ReportDesc;
H A Dtsan_rtl_report.cc50 bool OnReport(const ReportDesc *rep, bool suppressed);
53 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) {
152 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc));
153 rep_ = new(mem) ReportDesc;
386 const ReportDesc *ScopedReport::GetReport() const {
511 const ReportDesc *rep = srep.GetReport();
590 static bool IsJavaNonsense(const ReportDesc *rep) {
H A Dtsan_rtl.h513 const ReportDesc *GetReport() const;
516 ReportDesc *rep_;
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) {

Completed in 385 milliseconds