reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  873     Top = TopKey.getConcreteOffsetRegion();
  874     TopKey = BindingKey::Make(Top, BindingKey::Default);
  879   SVal Extent = Top->getExtent(SVB);
  886   } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
  919       if (Top->isSubRegionOf(Base) && Top != Base) {
  919       if (Top->isSubRegionOf(Base) && Top != Base) {
  929         if (BaseSR->isSubRegionOf(Top))