Home
last modified time | relevance | path

Searched refs:getLValueElement (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h102 virtual SVal getLValueElement(QualType elementType, NonLoc offset, SVal Base);
DProgramState.h724 return getStateManager().StoreMgr->getLValueElement(ElementType, *N, Base); in getLValue()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp427 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement() function in StoreManager