Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp28 typedef SmallVector<const MemRegion *, 2> RegionVector; typedef
64 void reportLeakedVALists(const RegionVector &LeakedVALists, StringRef Msg1,
208 RegionVector LeakedVALists; in checkDeadSymbols()
266 void ValistChecker::reportLeakedVALists(const RegionVector &LeakedVALists, in reportLeakedVALists()
324 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
332 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
345 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp515 using RegionVector = SmallVector<const MemRegion *, 5>; typedef in __anon217dc2530211::NoStoreFuncVisitor
542 const Optional<RegionVector>
571 bool prettyPrintRegionName(const RegionVector &FieldChain,
623 const Optional<NoStoreFuncVisitor::RegionVector>
626 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
641 if (Optional<RegionVector> Out = in findRegionOfInterestInRecord()
651 RegionVector VecF = Vec; in findRegionOfInterestInRecord()
667 if (Optional<RegionVector> Out = in findRegionOfInterestInRecord()
733 if (Optional<RegionVector> P = in maybeEmitNoteForParameters()
759 const RegionVector &FieldChain, const MemRegion *MatchedRegion, in maybeEmitNote()
[all …]