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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 886 CXXThisRegion(const PointerType *thisPointerTy,
888 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
898 return QualType(ThisPointerTy, 0);
908 const PointerType *ThisPointerTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 312 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
949 MemRegionManager::getCXXThisRegion(QualType thisPointerTy,
953 const PointerType *PT = thisPointerTy->getAs<PointerType>();
    [all...]

Completed in 33 milliseconds