Searched refs:OldPos (Results 1 – 4 of 4) sorted by relevance
103 const uptr OldPos = Pos; in parseString() 110 Pos = OldPos;101 const uptr OldPos = Pos; parseString() local
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()
169 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local171 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()