Searched refs:castRegion (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp74 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) { function in class:StoreManager
432 return loc::MemRegionVal(castRegion(SR, castTy));
H A DSValBuilder.cpp569 R = storeMgr.castRegion(R, castTy);
649 R = storeMgr.castRegion(R, castTy);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h189 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
192 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);

Completed in 51 milliseconds