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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 142 virtual bool isSubRegionOf(const MemRegion *R) const;
432 bool isSubRegionOf(const MemRegion* R) const override;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 149 bool SubRegion::isSubRegionOf(const MemRegion* R) const {
    [all...]
RegionStore.cpp 851 if (Top->isSubRegionOf(Base)) {
861 if (Top == Base || BaseSR->isSubRegionOf(Top))
    [all...]
BugReporterVisitors.cpp     [all...]

Completed in 274 milliseconds