Home
last modified time | relevance | path

Searched refs:newStore (Results 1 – 9 of 9) 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/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp205 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
214 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
216 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
Dinline_pass.cpp84 std::unique_ptr<Instruction> newStore( in AddStore() local
88 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp205 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
214 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
216 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
Dinline_pass.cpp88 std::unique_ptr<Instruction> newStore( in AddStore() local
92 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
/external/error_prone/checkerframework/
Ddataflow-2.5.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...