Lines Matching refs:EndSym
283 auto EndSym = getContainerEnd(State, ContReg); in handleEnd() local
284 if (!EndSym) { in handleEnd()
287 EndSym = getContainerEnd(State, ContReg); in handleEnd()
290 IteratorPosition::getPosition(ContReg, EndSym)); in handleEnd()
399 if (const auto EndSym = CData->getEnd()) { in handleClear() local
401 invalidateAllIteratorPositionsExcept(State, ContReg, EndSym, BO_GE); in handleClear()
434 if (const auto EndSym = CData->getEnd()) { in handlePushBack() local
436 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handlePushBack()
443 nonloc::SymbolVal(EndSym), in handlePushBack()
445 SymMgr.getType(EndSym)).getAsSymbol(); in handlePushBack()
466 if (const auto EndSym = CData->getEnd()) { in handlePopBack() local
472 nonloc::SymbolVal(EndSym), in handlePopBack()
474 SymMgr.getType(EndSym)).getAsSymbol(); in handlePopBack()
586 if (const auto EndSym = CData->getEnd()) { in handleInsert() local
587 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handleInsert()
618 if (const auto EndSym = CData->getEnd()) { in handleErase() local
619 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handleErase()
653 if (const auto EndSym = CData->getEnd()) { in handleErase() local
654 State = invalidateIteratorPositions(State, EndSym, BO_GE); in handleErase()