Searched refs:addr_max (Results 1 – 2 of 2) sorted by relevance
485 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() argument497 RacyAddress ra0 = {addr_min, addr_max}; in HandleRacyAddress()619 uptr addr_max = 0; in ReportRace() local626 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()
506 uptr addr_max; member