Home | History | Annotate | Download | only in Core

Lines Matching refs:FileLoc

40     unsigned FileLoc;
45 Delta.FileLoc = Loc;
186 while (i != e && FileIndex > getValue(i).FileLoc)
191 if (i != e && getValue(i).FileLoc == FileIndex) {
218 if (InsertRes->Split.FileLoc > FileIndex)
261 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
269 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
271 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
350 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc);
364 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc);
368 // The largest value in child #i should be smaller than FileLoc.
369 assert(IChild->getValue(IChild->getNumValuesUsed()-1).FileLoc <
370 IVal.FileLoc);
372 // The smallest value in child #i+1 should be larger than FileLoc.
373 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc);
419 if (Val.FileLoc >= FileIndex)
438 Node->getValue(NumValsGreater).FileLoc == FileIndex)