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

/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp306 R = storeMgr.castRegion(R, castTy);
381 R = storeMgr.castRegion(R, castTy);
H A DStore.cpp60 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) { function in class:StoreManager
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h147 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
150 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);

Completed in 124 milliseconds