Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_report.cpp711 uptr minend = min(ra0.addr_max, ra2.addr_max); in FindRacyAddress()
720 static bool HandleRacyAddress(ThreadState *thr, uptr addr_min, uptr addr_max) { in HandleRacyAddress() argument
723 RacyAddress ra0 = {addr_min, addr_max}; in HandleRacyAddress()
845 uptr addr_max = 0; in ReportRace() local
852 addr_max = max(e0, e1); in ReportRace()
853 if (IsExpectedReport(addr_min, addr_max - addr_min)) in ReportRace()
856 if (HandleRacyAddress(thr, addr_min, addr_max)) in ReportRace()
934 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h281 uptr addr_max; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp739 uptr addr_max = max(end0, end1); in ReportRace() local
740 if (IsExpectedReport(addr_min, addr_max - addr_min)) in ReportRace()
804 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
H A Dtsan_rtl.h289 uptr addr_max; member