Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_report.cpp508 CHECK_EQ(thr->current_report, nullptr); in OutputReport()
509 thr->current_report = rep; in OutputReport()
531 thr->current_report = nullptr; in OutputReport()
540 thr->current_report = nullptr; in OutputReport()
HDtsan_debugging.cpp68 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
HDtsan_rtl.h448 const ReportDesc *current_report; member