HomeSort by relevance Sort by last modified time
    Searched refs:castRegion (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 139 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
142 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 443 R = storeMgr.castRegion(R, castTy);
523 R = storeMgr.castRegion(R, castTy);
Store.cpp 73 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) {

Completed in 1299 milliseconds