Lines Matching refs:EndSym
278 auto EndSym = getContainerEnd(State, ContReg); in handleEnd() local
279 if (!EndSym) { in handleEnd()
282 EndSym = getContainerEnd(State, ContReg); in handleEnd()
285 IteratorPosition::getPosition(ContReg, EndSym)); in handleEnd()
394 if (const auto EndSym = CData->getEnd()) { in handleClear() local
396 invalidateAllIteratorPositionsExcept(State, ContReg, EndSym, BO_GE); in handleClear()
429 if (const auto EndSym = CData->getEnd()) { in handlePushBack() local
431 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handlePushBack()
438 nonloc::SymbolVal(EndSym), in handlePushBack()
440 SymMgr.getType(EndSym)).getAsSymbol(); in handlePushBack()
461 if (const auto EndSym = CData->getEnd()) { in handlePopBack() local
467 nonloc::SymbolVal(EndSym), in handlePopBack()
469 SymMgr.getType(EndSym)).getAsSymbol(); in handlePopBack()
581 if (const auto EndSym = CData->getEnd()) { in handleInsert() local
582 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handleInsert()
613 if (const auto EndSym = CData->getEnd()) { in handleErase() local
614 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handleErase()
648 if (const auto EndSym = CData->getEnd()) { in handleErase() local
649 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handleErase()