Searched refs:newStore (Results 1 – 6 of 6) sorted by relevance
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindings() local107 NewState.setStore(newStore); in removeDeadBindings()108 SymReaper.setReapedStore(newStore); in removeDeadBindings()128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V); in bindDefault() local129 ProgramStateRef new_state = makeWithStore(newStore); in bindDefault()190 const StoreRef &newStore in invalidateRegionsImpl() local195 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl()208 const StoreRef &newStore = in invalidateRegionsImpl() local211 return makeWithStore(newStore); in invalidateRegionsImpl()218 const StoreRef &newStore = in killBinding() local[all …]
268 inline StoreRef &StoreRef::operator=(StoreRef const &newStore) {269 assert(&newStore.mgr == &mgr);270 if (store != newStore.store) {271 mgr.incrementReferenceCount(newStore.store);273 store = newStore.getStore();
205 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local214 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()216 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
84 std::unique_ptr<Instruction> newStore( in AddStore() local88 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
88 std::unique_ptr<Instruction> newStore( in AddStore() local92 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()