Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp737 uptr addr_min = min(addr0, addr1); 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.h290 uptr addr_min; member