Home
last modified time | relevance | path

Searched refs:RegionOfInterest (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp317 static bool wasRegionOfInterestModifiedAt(const SubRegion *RegionOfInterest, in wasRegionOfInterestModifiedAt() argument
330 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
335 SVal ValueAtN = N->getState()->getSVal(RegionOfInterest); in wasRegionOfInterestModifiedAt()
591 if (RegionOfInterest == VR) in findRegionOfInterestInRecord()
616 if (const auto *IvarR = dyn_cast<ObjCIvarRegion>(RegionOfInterest)) { in maybeEmitNoteForObjCSelf()
618 if (RegionOfInterest->isSubRegionOf(SelfRegion) && in maybeEmitNoteForObjCSelf()
632 if (RegionOfInterest->isSubRegionOf(ThisR) && !Call.getDecl()->isImplicit()) in maybeEmitNoteForCXXThis()
659 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in maybeEmitNoteForParameters()
672 return maybeEmitNote(R, Call, N, *P, RegionOfInterest, ParamName, in maybeEmitNoteForParameters()
687 RegionOfInterest, CurrN, in wasModifiedBeforeCallExit()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h726 const SubRegion *RegionOfInterest; variable
742 : NoStateChangeFuncVisitor(TKind), RegionOfInterest(R), in NoStateChangeFuncVisitor()
750 ID.AddPointer(RegionOfInterest); in Profile()