Home
last modified time | relevance | path

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

/freebsd/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,
206 RegionVector LeakedVALists; in checkDeadSymbols()
264 void ValistChecker::reportLeakedVALists(const RegionVector &LeakedVALists, in reportLeakedVALists()
322 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
330 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
343 RegionVector LeakedVALists{VAList}; in checkVAListStartCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp545 using RegionVector = SmallVector<const MemRegion *, 5>; typedef in __anone7bfbb230211::NoStoreFuncVisitor
572 const std::optional<RegionVector>
574 const MemRegion *R, const RegionVector &Vec = {},
597 const ExplodedNode *N, const RegionVector &FieldChain,
601 bool prettyPrintRegionName(const RegionVector &FieldChain,
653 const std::optional<NoStoreFuncVisitor::RegionVector>
656 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord()
671 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord()
681 RegionVector VecF = Vec; in findRegionOfInterestInRecord()
697 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord()
[all …]