Searched refs:OldPos (Results 1 – 5 of 5) sorted by relevance
103 const uptr OldPos = Pos; in parseString() local110 Pos = OldPos; in parseString()
389 auto OldPos = MBB->begin(); in restoreTripleMBB() local390 std::advance(OldPos, I); in restoreTripleMBB()392 if (CurPos != OldPos) { in restoreTripleMBB()393 MBB->splice(OldPos, MBB, CurPos); in restoreTripleMBB()
243 const auto *OldPos = getIteratorPosition(State, Loc); in checkBind() local244 if (OldPos) { in checkBind()639 const IteratorPosition *OldPos = getIteratorPosition(State, OldVal); in handlePtrIncrOrDecr() local640 if (!OldPos) in handlePtrIncrOrDecr()664 assignToContainer(C, Iterator, NewVal, OldPos->getContainer()); in handlePtrIncrOrDecr()
164 const unsigned OldPos = Pos; in TransferableCommand() local200 OldArgs.data() + OldPos, OldArgs.data() + Pos); in TransferableCommand()
169 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local171 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()