Home | History | Annotate | Download | only in ubsan

Lines Matching defs:Max

204   MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc;
207 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
211 if (Max - Min > BytesToShow)
212 Min = __sanitizer::Min(Max - BytesToShow, Loc - MinBytesNearLoc);
213 Max = Min + BytesToShow;
216 for (uptr P = Min; P != Max; ++P) {
226 for (uptr P = Min; P != Max; ++P) {
244 for (uptr P = Min; P != Max; ++P) {