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

/external/webkit/Source/WebCore/bindings/v8/
H A DChildThreadDOMData.cpp41 DOMDataStore& ChildThreadDOMData::getStore() function in class:WebCore::ChildThreadDOMData
H A DMainThreadDOMData.h44 virtual DOMDataStore& getStore() { return getMainThreadStore(); } function in class:WebCore::MainThreadDOMData
H A DV8DOMMap.h153 DOMDataStore* getStore() const { return m_store.get(); } function in class:WebCore::DOMDataStoreHandle
/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.h51 const void *getStore() const { return store.getStore(); } function in class:clang::ento::LazyCompoundValData
H A DProgramState.h121 Store getStore() const { return store; } function in class:clang::ento::ProgramState
509 StoreMgr->iterBindings(state->getStore(), F);
692 return getStateManager().StoreMgr->getBinding(getStore(), LV, T);
696 return getStateManager().StoreMgr->getBinding(getStore(),
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp141 const void *nonloc::LazyCompoundVal::getStore() const { function in class:nonloc::LazyCompoundVal
142 return static_cast<const LazyCompoundValData*>(Data)->getStore();
290 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.cpp3564 Store = DAG.getStore(Chain, dl, Value,
3663 Store = DAG.getStore(Chain, dl, LoadValues[i],
3737 SDValue Store = DAG.getStore(Chain, dl, Value,
4210 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4230 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4359 SDValue SelectionDAG::getStore(SDValue Chain, DebugLoc dl, SDValue Val, function in class:SelectionDAG
4383 return getStore(Chain, dl, Val, Ptr, MMO);
4386 SDValue SelectionDAG::getStore(SDValue Chain, DebugLoc dl, SDValue Val, function in class:SelectionDAG
4447 return getStore(Chain, dl, Val, Ptr, MMO);

Completed in 168 milliseconds