Lines Matching refs:Min
251 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet() local
253 MemoryLocation OrigMin = Min; in PrintMemorySnippet()
255 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
261 if (Max - Min > BytesToShow) in PrintMemorySnippet()
262 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); in PrintMemorySnippet()
263 Max = addNoOverflow(Min, BytesToShow); in PrintMemorySnippet()
265 if (!IsAccessibleMemoryRange(Min, Max - Min)) { in PrintMemorySnippet()
272 for (uptr P = Min; P != Max; ++P) { in PrintMemorySnippet()
280 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet()
281 for (uptr P = Min; P != Max; ++P) { in PrintMemorySnippet()
302 for (uptr P = Min; P != Max; ++P) { in PrintMemorySnippet()