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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp756 R = StateMgr.getStoreManager().castRegion(SR, CastTy);
764 if ((R = StateMgr.getStoreManager().castRegion(ER, CastTy)))
810 if ((R = StateMgr.getStoreManager().castRegion(R, CastTy)))
876 if ((R = StateMgr.getStoreManager().castRegion(R, CastTy)))
893 if ((R = StateMgr.getStoreManager().castRegion(R, CastTy)))
H A DStore.cpp74 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) { function in class:StoreManager
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h181 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
184 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);

Completed in 192 milliseconds