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.h52 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
525 StoreMgr->iterBindings(state->getStore(), F);
709 return getStateManager().StoreMgr->getBinding(getStore(), LV, T);
713 return getStateManager().StoreMgr->getBinding(getStore(),
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp142 const void *nonloc::LazyCompoundVal::getStore() const { function in class:nonloc::LazyCompoundVal
143 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.cpp3669 Store = DAG.getStore(Chain, dl, Value,
3772 Store = DAG.getStore(Chain, dl, LoadValues[i],
3854 SDValue Store = DAG.getStore(Chain, dl, Value,
4331 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4351 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4480 SDValue SelectionDAG::getStore(SDValue Chain, DebugLoc dl, SDValue Val, function in class:SelectionDAG
4504 return getStore(Chain, dl, Val, Ptr, MMO);
4507 SDValue SelectionDAG::getStore(SDValue Chain, DebugLoc dl, SDValue Val, function in class:SelectionDAG
4568 return getStore(Chain, dl, Val, Ptr, MMO);

Completed in 223 milliseconds