Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp27 typedef SmallVector<const MemRegion *, 2> RegionVector; typedef
63 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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp379 using RegionVector = SmallVector<const MemRegion *, 5>; typedef in __anon24f5a0d70111::NoStoreFuncVisitor
409 const Optional<RegionVector>
443 const RegionVector &FieldChain,
514 const Optional<NoStoreFuncVisitor::RegionVector>
517 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
532 if (Optional<RegionVector> Out = in findRegionOfInterestInRecord()
542 RegionVector VecF = Vec; in findRegionOfInterestInRecord()
558 if (Optional<RegionVector> Out = in findRegionOfInterestInRecord()
626 if (Optional<RegionVector> P = in VisitNode()
681 const RegionVector &FieldChain, const MemRegion *MatchedRegion, in maybeEmitNote()
[all …]