HomeSort by relevance Sort by last modified time
    Searched refs:NewStore (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
108 SymReaper.setReapedStore(newStore);
117 const StoreRef &newStore =
119 return makeWithStore(newStore);
136 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
137 ProgramStateRef new_state = makeWithStore(newStore);
172 const StoreRef &newStore
176 ProgramStateRef newState = makeWithStore(newStore);
185 const StoreRef &newStore
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 727 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
728 NewStore->setAlignment(MTI->getAlignment());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 340 milliseconds