Lines Matching refs:Ranges
197 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() argument
201 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()
204 Ranges[I].getStart().getMemoryLocation())) in upperBound()
205 Best = &Ranges[I]; in upperBound()
220 Range *Ranges, unsigned NumRanges, in renderMemorySnippet() argument
228 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in renderMemorySnippet()
229 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in renderMemorySnippet()
252 Range *InRange = upperBound(Min, Ranges, NumRanges); in renderMemorySnippet()
256 InRange = upperBound(P, Ranges, NumRanges); in renderMemorySnippet()
273 InRange = upperBound(P, Ranges, NumRanges); in renderMemorySnippet()
327 renderMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, in ~Diag()