Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp28 typedef SmallVector<const MemRegion *, 2> RegionVector; typedef
64 void reportLeakedVALists(const RegionVector &LeakedVALists, StringRef Msg1,
207 RegionVector LeakedVALists; in checkDeadSymbols()
265 void ValistChecker::reportLeakedVALists(const RegionVector &LeakedVALists, in reportLeakedVALists()
323 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
331 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
344 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp541 using RegionVector = SmallVector<const MemRegion *, 5>; typedef in __anonc36047d90211::NoStoreFuncVisitor
568 const std::optional<RegionVector>
597 bool prettyPrintRegionName(const RegionVector &FieldChain,
649 const std::optional<NoStoreFuncVisitor::RegionVector>
652 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
667 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord()
677 RegionVector VecF = Vec; in findRegionOfInterestInRecord()
693 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord()
759 if (std::optional<RegionVector> P = in maybeEmitNoteForParameters()
785 const RegionVector &FieldChain, const MemRegion *MatchedRegion, in maybeEmitNote()
[all …]