Searched refs:RegionVector (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/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, 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()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 515 using RegionVector = SmallVector<const MemRegion *, 5>; typedef in __anon1858ef3a0211::NoStoreFuncVisitor 542 const std::optional<RegionVector> 544 const MemRegion *R, const RegionVector &Vec = {}, 567 const ExplodedNode *N, const RegionVector &FieldChain, 571 bool prettyPrintRegionName(const RegionVector &FieldChain, 623 const std::optional<NoStoreFuncVisitor::RegionVector> 626 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord() 641 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord() 651 RegionVector VecF = Vec; in findRegionOfInterestInRecord() 667 if (std::optional<RegionVector> Out = in findRegionOfInterestInRecord() [all …]
|