Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp1419 MR = GetElementZeroRegion(cast<SubRegion>(MR), T); in getBinding()
2383 R = GetElementZeroRegion(SR, SR->getPointeeStaticType()); in bind()
H A DExprEngine.cpp3391 loc::MemRegionVal(getStoreManager().GetElementZeroRegion(SR, T)); in VisitMemberExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h180 const ElementRegion *GetElementZeroRegion(const SubRegion *R, QualType T);