Home
last modified time | relevance | path

Searched refs:addr_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp738 uptr addr_max = max(end0, end1); in ReportRace() local
739 if (IsExpectedReport(addr_min, addr_max - addr_min)) in ReportRace()
803 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h291 uptr addr_max; member