HomeSort by: relevance | last modified time | path
    Searched refs:castRegion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 756 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)))
Store.cpp 74 const MemRegion *StoreManager::castRegion(const MemRegion *R, QualType CastToTy) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 181 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
184 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);

Completed in 49 milliseconds