HomeSort by relevance Sort by last modified time
    Searched defs:ScopedReport (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 365 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,
372 ScopedReport::~ScopedReport() {
ubsan_diag.h 237 class ScopedReport {
243 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
244 ~ScopedReport();
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 142 ScopedReport::ScopedReport(ReportType typ) {
151 ScopedReport::~ScopedReport() {
157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) {
163 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s, StackTrace stack,
184 void ScopedReport::AddUniqueTid(int unique_tid) {
188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
251 void ScopedReport::AddThread(int unique_tid, bool suppressable) {
258 void ScopedReport::AddMutex(const SyncVar *s)
    [all...]
tsan_rtl.h 556 class ScopedReport {
558 explicit ScopedReport(ReportType typ);
559 ~ScopedReport();
583 ScopedReport(const ScopedReport&);
584 void operator = (const ScopedReport&);
631 bool OutputReport(ThreadState *thr, const ScopedReport &srep);

Completed in 105 milliseconds