Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp75 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) { in castRegion() argument
79 if (CastToTy->isObjCObjectPointerType()) in castRegion()
82 if (CastToTy->isBlockPointerType()) { in castRegion()
97 QualType PointeeTy = CastToTy->getPointeeType(); in castRegion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h193 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);