Searched defs:getStore (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h46 Store getStore() const { return store; } function in class:clang::ento::StoreRef
H A DBasicValueFactory.h52 const void *getStore() const { return store.getStore(); } function in class:clang::ento::LazyCompoundValData
H A DProgramState.h122 Store getStore() const { return store; } function in class:clang::ento::ProgramState
530 StoreMgr->iterBindings(state->getStore(), F);
713 return getStateManager().StoreMgr->getBinding(getStore(), LV, T);
717 return getStateManager().StoreMgr->getBinding(getStore(),
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp150 const void *nonloc::LazyCompoundVal::getStore() const { function in class:nonloc::LazyCompoundVal
151 return static_cast<const LazyCompoundValData*>(Data)->getStore();
297 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4087 Store = DAG.getStore(Chain, dl, Value,
4187 Store = DAG.getStore(Chain, dl, LoadValues[i],
4285 SDValue Store = DAG.getStore(Chain, dl, Value,
4716 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4736 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4883 SDValue SelectionDAG::getStore(SDValue Chain, SDLoc dl, SDValue Val, function in class:SelectionDAG
4907 return getStore(Chain, dl, Val, Ptr, MMO);
4910 SDValue SelectionDAG::getStore(SDValue Chain, SDLoc dl, SDValue Val, function in class:SelectionDAG
4972 return getStore(Chain, dl, Val, Ptr, MMO);

Completed in 358 milliseconds