Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:FileLoc

40     unsigned FileLoc;
45 Delta.FileLoc = Loc;
189 while (i != e && FileIndex > getValue(i).FileLoc)
194 if (i != e && getValue(i).FileLoc == FileIndex) {
221 if (InsertRes->Split.FileLoc > FileIndex)
264 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
272 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
274 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
353 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc);
367 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc);
371 // The largest value in child #i should be smaller than FileLoc.
372 assert(IChild->getValue(IChild->getNumValuesUsed()-1).FileLoc <
373 IVal.FileLoc);
375 // The smallest value in child #i+1 should be larger than FileLoc.
376 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc);
422 if (Val.FileLoc >= FileIndex)
441 Node->getValue(NumValsGreater).FileLoc == FileIndex)