HomeSort by: relevance | last modified time | path
    Searched defs:getStore (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
StoreRef.h 46 Store getStore() const { return store; }
BasicValueFactory.h 71 const void *getStore() const { return store.getStore(); }
ProgramState.h 125 Store getStore() const { return store; }
561 StoreMgr->iterBindings(state->getStore(), F);
785 return getStateManager().StoreMgr->getBinding(getStore(), LV, T);
789 return getStateManager().StoreMgr->getBinding(getStore(),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SVals.cpp 144 const void *nonloc::LazyCompoundVal::getStore() const {
145 return static_cast<const LazyCompoundValData*>(Data)->getStore();
326 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 1250 getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1255 getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1259 return getStore(Chain, dl, Val, Ptr, PtrInfo,
1265 getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
1269 return getStore(Chain, dl, Val, Ptr, PtrInfo, MaybeAlign(Alignment),
1272 SDValue getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,

Completed in 60 milliseconds