Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp639 CHECK_EQ(thr->current_report, nullptr); in OutputReport()
640 thr->current_report = rep; in OutputReport()
659 thr->current_report = nullptr; in OutputReport()
668 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.h232 const ReportDesc *current_report; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_report.cpp743 CHECK_EQ(thr->current_report, nullptr); in OutputReport()
744 thr->current_report = rep; in OutputReport()
766 thr->current_report = nullptr; in OutputReport()
775 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.h210 const ReportDesc *current_report; member