Home
last modified time | relevance | path

Searched refs:srep (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc487 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() argument
489 const ReportDesc *rep = srep.GetReport(); in OutputReport()
501 FiredSuppression s = {srep.GetReport()->typ, suppress_pc, supp}; in OutputReport()
519 bool IsFiredSuppression(Context *ctx, const ScopedReport &srep, in IsFiredSuppression() argument
522 if (ctx->fired_suppressions[k].type != srep.GetReport()->typ) in IsFiredSuppression()
537 const ScopedReport &srep, in IsFiredSuppression() argument
540 if (ctx->fired_suppressions[k].type != srep.GetReport()->typ) in IsFiredSuppression()
Dtsan_rtl.h589 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
590 bool IsFiredSuppression(Context *ctx, const ScopedReport &srep,