Searched defs:newStore (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h319 inline StoreRef &StoreRef::operator=(StoreRef const &newStore) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp109 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, local
136 const StoreRef &newStore = Mgr.StoreMgr->BindDefaultInitial(getStore(), R, V); local
145 const StoreRef &newStore = Mgr.StoreMgr->BindDefaultZero(getStore(), R); local
204 const StoreRef &newStore local
226 const StoreRef &newStore local
429 setStore(const StoreRef &newStore) argument
[all...]

Completed in 63 milliseconds