Home
last modified time | relevance | path

Searched refs:CastToTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp62 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) { in castRegion() argument
67 if (CastToTy->isObjCObjectPointerType()) in castRegion()
70 if (CastToTy->isBlockPointerType()) { in castRegion()
85 QualType PointeeTy = CastToTy->getPointeeType(); in castRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h142 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);