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()
244 const auto *OldPos = getIteratorPosition(State, Loc); in checkBind() local245 if (OldPos) { in checkBind()645 const IteratorPosition *OldPos = getIteratorPosition(State, OldVal); in handlePtrIncrOrDecr() local646 if (!OldPos) in handlePtrIncrOrDecr()670 assignToContainer(C, Elem, NewVal, OldPos->getContainer()); in handlePtrIncrOrDecr()
169 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local171 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()