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 D | tsan_rtl_report.cpp | 711 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 D | tsan_rtl.h | 281 uptr addr_max; member
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 739 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 D | tsan_rtl.h | 289 uptr addr_max; member
|