Home
last modified time | relevance | path

Searched refs:newStore (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindings() local
107 NewState.setStore(newStore); in removeDeadBindings()
108 SymReaper.setReapedStore(newStore); in removeDeadBindings()
128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V); in bindDefault() local
129 ProgramStateRef new_state = makeWithStore(newStore); in bindDefault()
190 const StoreRef &newStore in invalidateRegionsImpl() local
195 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl()
208 const StoreRef &newStore = in invalidateRegionsImpl() local
211 return makeWithStore(newStore); in invalidateRegionsImpl()
218 const StoreRef &newStore = in killBinding() local
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h268 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();
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp233 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
242 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
244 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
Dinline_pass.cpp87 std::unique_ptr<Instruction> newStore( in AddStore() local
91 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp233 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
242 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
244 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
Dinline_pass.cpp87 std::unique_ptr<Instruction> newStore( in AddStore() local
91 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
/external/angle/third_party/spirv-tools/src/source/opt/
Dscalar_replacement_pass.cpp233 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
242 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
244 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
Dinline_pass.cpp87 std::unique_ptr<Instruction> newStore( in AddStore() local
91 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()