Home
last modified time | relevance | path

Searched refs:isSubRegionOf (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp249 if (E.first->isSubRegionOf(Region)) in removeFromState()
258 if (Region->isSubRegionOf(E.first) && E.second.isReported()) in isAnyBaseRegionReported()
H A DTaint.cpp298 if (Kind == I.second && R->isSubRegionOf(I.first)) { in getTaintedSymbolsImpl()
H A DSmartPtrModeling.cpp166 if (E.first->isSubRegionOf(Region)) in removeTrackedSubregions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp334 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
711 if (RegionOfInterest->isSubRegionOf(SelfRegion) && in maybeEmitNoteForObjCSelf()
725 if (RegionOfInterest->isSubRegionOf(ThisR) && !Call.getDecl()->isImplicit()) in maybeEmitNoteForCXXThis()
752 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in maybeEmitNoteForParameters()
830 assert(RegionOfInterest->isSubRegionOf(MatchedRegion)); in prettyPrintRegionName()
971 if (RegionOfInterest->isSubRegionOf( in matchAssignment()
977 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf(R)) { in matchAssignment()
3422 if ( !ArgReg || !R->isSubRegionOf(ArgReg->StripCasts())) in VisitNode()
H A DMemRegion.cpp132 bool SubRegion::isSubRegionOf(const MemRegion* R) const { in isSubRegionOf() function in SubRegion
1381 bool MemRegion::isSubRegionOf(const MemRegion *) const { in isSubRegionOf() function in MemRegion
H A DRegionStore.cpp903 if (Top->isSubRegionOf(Base) && Top != Base) { in collectSubRegionBindings()
913 if (BaseSR->isSubRegionOf(Top)) in collectSubRegionBindings()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h133 virtual bool isSubRegionOf(const MemRegion *R) const;
465 bool isSubRegionOf(const MemRegion* R) const override;