Home
last modified time | relevance | path

Searched refs:GetElementZeroRegion (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp67 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R, in GetElementZeroRegion() function in StoreManager
388 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType)); in evalBaseToDerived()
H A DRegionStore.cpp1428 MR = GetElementZeroRegion(cast<SubRegion>(MR), T); in getBinding()
2400 R = GetElementZeroRegion(SR, T); in bind()
H A DExprEngine.cpp1189 ArgR = getStoreManager().GetElementZeroRegion(cast<SubRegion>(ArgR), DTy); in ProcessDeleteDtor()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h179 const ElementRegion *GetElementZeroRegion(const SubRegion *R, QualType T);