Lines Matching refs:Ranges
224 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() argument
228 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()
231 Ranges[I].getStart().getMemoryLocation())) in upperBound()
232 Best = &Ranges[I]; in upperBound()
247 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet() argument
255 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
256 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in PrintMemorySnippet()
280 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet()
284 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
304 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
362 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()