Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp304 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
681 if (RegionOfInterest->isSubRegionOf(SelfRegion) && in maybeEmitNoteForObjCSelf()
695 if (RegionOfInterest->isSubRegionOf(ThisR) && !Call.getDecl()->isImplicit()) in maybeEmitNoteForCXXThis()
722 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in maybeEmitNoteForParameters()
800 assert(RegionOfInterest->isSubRegionOf(MatchedRegion)); in prettyPrintRegionName()
941 if (RegionOfInterest->isSubRegionOf( in matchAssignment()
947 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf(R)) { in matchAssignment()
3214 if ( !ArgReg || !R->isSubRegionOf(ArgReg->StripCasts())) in VisitNode()
H A DMemRegion.cpp134 bool SubRegion::isSubRegionOf(const MemRegion* R) const { in isSubRegionOf() function in SubRegion
1319 bool MemRegion::isSubRegionOf(const MemRegion *) const { in isSubRegionOf() function in MemRegion
H A DRegionStore.cpp899 if (Top->isSubRegionOf(Base) && Top != Base) { in collectSubRegionBindings()
909 if (BaseSR->isSubRegionOf(Top)) in collectSubRegionBindings()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp248 if (E.first->isSubRegionOf(Region)) in removeFromState()
257 if (Region->isSubRegionOf(E.first) && E.second.isReported()) in isAnyBaseRegionReported()
H A DTaint.cpp212 if (Kind == I.second && R->isSubRegionOf(I.first)) in isTainted()
H A DSmartPtrModeling.cpp165 if (E.first->isSubRegionOf(Region)) in removeTrackedSubregions()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp493 if (CurrRegion->isSubRegionOf(OtherRegion)) in willObjectBeAnalyzedLater()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h129 virtual bool isSubRegionOf(const MemRegion *R) const;
461 bool isSubRegionOf(const MemRegion* R) const override;