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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 303 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
311 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const {
312 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
484 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
948 const CXXThisRegion*
955 return getSubRegion<CXXThisRegion>(PT, getStackArgumentsRegion(STC));
    [all...]
SymbolManager.cpp 433 if (isa<CXXThisRegion>(MR))
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 881 /// CXXThisRegion - Represents the region for the implicit 'this' parameter
884 class CXXThisRegion : public TypedValueRegion {
886 CXXThisRegion(const PointerType *thisPointerTy,
    [all...]

Completed in 36 milliseconds