Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp68 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R, in GetElementZeroRegion() function in StoreManager
389 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType)); in attemptDownCast()
H A DExprEngineCXX.cpp175 State, loc::MemRegionVal(getStoreManager().GetElementZeroRegion( in prepareForObjectConstruction()
779 getStoreManager().GetElementZeroRegion(NewReg, ObjTy); in VisitCXXNewExpr()
H A DRegionStore.cpp1433 MR = GetElementZeroRegion(cast<SubRegion>(MR), T); in getBinding()
2133 R = GetElementZeroRegion(SR, T); in bind()
H A DExprEngine.cpp968 ArgR = getStoreManager().GetElementZeroRegion(cast<SubRegion>(ArgR), DTy); in ProcessDeleteDtor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h188 const ElementRegion *GetElementZeroRegion(const SubRegion *R, QualType T);