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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp67 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R, function in class:StoreManager
388 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType));
H A DExprEngineCXX.cpp174 State, loc::MemRegionVal(getStoreManager().GetElementZeroRegion(
810 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
H A DRegionStore.cpp1479 MR = GetElementZeroRegion(cast<SubRegion>(MR), T);
2194 R = GetElementZeroRegion(SR, T);
H A DExprEngine.cpp1019 ArgR = getStoreManager().GetElementZeroRegion(cast<SubRegion>(ArgR), DTy);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h187 const ElementRegion *GetElementZeroRegion(const SubRegion *R, QualType T);

Completed in 104 milliseconds