Searched refs:RegionVector (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 28 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/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 736 using RegionVector = SmallVector<const MemRegion *, 5>; variable 765 const std::optional<RegionVector> 767 const MemRegion *R, const RegionVector &Vec = {}, 790 const ExplodedNode *N, const RegionVector &FieldChain, 794 bool prettyPrintRegionName(const RegionVector &FieldChain,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 560 const std::optional<NoStoreFuncVisitor::RegionVector> 563 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord() 578 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord() 588 RegionVector VecF = Vec; in findRegionOfInterestInRecord() 604 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord() 670 if (std::optional<RegionVector> P = in maybeEmitNoteForParameters() 696 const RegionVector &FieldChain, const MemRegion *MatchedRegion, in maybeEmitNote() 724 bool NoStoreFuncVisitor::prettyPrintRegionName(const RegionVector &FieldChain, in prettyPrintRegionName() 734 RegionVector RegionSequence; in prettyPrintRegionName()
|