Lines Matching refs:InRange
296 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet() local
299 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
300 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
301 if (!InRange && P > Loc) in PrintMemorySnippet()
303 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
305 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
316 InRange = 0; in PrintMemorySnippet()
319 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
320 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
321 if (!InRange) in PrintMemorySnippet()
326 if (InRange && InRange->getStart().getMemoryLocation() == P) { in PrintMemorySnippet()
329 RenderText(&Buffer, InRange->getText(), Args); in PrintMemorySnippet()