Home
last modified time | relevance | path

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

/freebsd/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 DProgramState.cpp240 return loc::MemRegionVal{SM.GetElementZeroRegion(BaseReg, ElemTy)}; in wrapSymbolicRegion()
H A DRegionStore.cpp1419 MR = GetElementZeroRegion(cast<SubRegion>(MR), T); in getBinding()
2384 R = GetElementZeroRegion(SR, SR->getPointeeStaticType()); in bind()
H A DExprEngine.cpp3403 loc::MemRegionVal(getStoreManager().GetElementZeroRegion(SR, T)); in VisitMemberExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h180 const ElementRegion *GetElementZeroRegion(const SubRegion *R, QualType T);