Searched refs:isSubRegionOf (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h142 virtual bool isSubRegionOf(const MemRegion *R) const;
432 bool isSubRegionOf(const MemRegion* R) const override;
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp149 bool SubRegion::isSubRegionOf(const MemRegion* R) const { function in class:SubRegion
1093 bool MemRegion::isSubRegionOf(const MemRegion *R) const { function in class:MemRegion
H A DRegionStore.cpp851 if (Top->isSubRegionOf(Base)) {
861 if (Top == Base || BaseSR->isSubRegionOf(Top))
H A DBugReporterVisitors.cpp1606 if ( !ArgReg || (ArgReg != R && !R->isSubRegionOf(ArgReg->StripCasts())))

Completed in 134 milliseconds