Home
last modified time | relevance | path

Searched refs:current_report (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp638 CHECK_EQ(thr->current_report, nullptr); in OutputReport()
639 thr->current_report = rep; in OutputReport()
658 thr->current_report = nullptr; in OutputReport()
667 thr->current_report = nullptr; in OutputReport()
H A Dtsan_debugging.cpp68 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
H A Dtsan_rtl.h234 const ReportDesc *current_report; member