Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp485 uptr minend = min(ra0.addr_max, ra2.addr_max); in FindRacyAddress()
494 static bool HandleRacyAddress(ThreadState *thr, uptr addr_min, uptr addr_max) { in HandleRacyAddress() argument
497 RacyAddress ra0 = {addr_min, addr_max}; in HandleRacyAddress()
619 uptr addr_max = 0; in ReportRace() local
626 addr_max = max(e0, e1); in ReportRace()
627 if (IsExpectedReport(addr_min, addr_max - addr_min)) in ReportRace()
630 if (HandleRacyAddress(thr, addr_min, addr_max)) in ReportRace()
712 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
Dtsan_rtl.h506 uptr addr_max; member