Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h146 virtual SVal getLValueField(const FieldDecl *D, SVal Base) { in getLValueField() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp470 return getStateManager().StoreMgr->getLValueField(D, Base); in getLValue()
481 Base = SM.getLValueField(cast<FieldDecl>(I), Base); in getLValue()
H A DExprEngine.cpp418 Reg = StoreMgr.getLValueField(Adj.Field, Reg); in createTemporaryRegionIfNeeded()