Home
last modified time | relevance | path

Searched refs:ReportTypeUseAfterFree (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h25 ReportTypeUseAfterFree, enumerator
H A Dtsan_suppressions.cpp71 case ReportTypeUseAfterFree: in conv()
H A Dtsan_debugging.cpp25 case ReportTypeUseAfterFree: return "heap-use-after-free"; in ReportTypeDescription()
H A Dtsan_report.cpp84 case ReportTypeUseAfterFree: in ReportTypeString()
H A Dtsan_rtl_report.cpp639 typ = ReportTypeUseAfterFree; in ReportRace()