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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp67 const ElementRegion *StoreManager::GetElementZeroRegion(const SubRegion *R, function in class:StoreManager
389 return loc::MemRegionVal(GetElementZeroRegion(SR, TargetType));
H A DExprEngineCXX.cpp175 return loc::MemRegionVal(getStoreManager().GetElementZeroRegion(
905 getStoreManager().GetElementZeroRegion(NewReg, ObjTy);
H A DRegionStore.cpp1439 MR = GetElementZeroRegion(cast<SubRegion>(MR), T);
2150 R = GetElementZeroRegion(SR, T);
H A DExprEngine.cpp1019 ArgR = getStoreManager().GetElementZeroRegion(cast<SubRegion>(ArgR), DTy);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h179 const ElementRegion *GetElementZeroRegion(const SubRegion *R, QualType T);

Completed in 239 milliseconds