Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h149 virtual SVal getLValueElement(QualType elementType, NonLoc offset, SVal Base);
H A DProgramState.h799 return getStateManager().StoreMgr->getLValueElement(ElementType, *N, Base); in getLValue()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp443 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement() function in StoreManager