Searched refs:RegionVector (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ValistChecker.cpp | 27 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 378 using RegionVector = SmallVector<const MemRegion *, 5>; typedef in __anon6b3b446e0111::NoStoreFuncVisitor 408 const Optional<RegionVector> 410 const MemRegion *R, const RegionVector &Vec = {}, 434 const ExplodedNode *N, const RegionVector &FieldChain, 442 const RegionVector &FieldChain, 513 const Optional<NoStoreFuncVisitor::RegionVector> 516 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */, in findRegionOfInterestInRecord() 531 if (Optional<RegionVector> Out = in findRegionOfInterestInRecord() 541 RegionVector VecF = Vec; in findRegionOfInterestInRecord() 557 if (Optional<RegionVector> Out = in findRegionOfInterestInRecord() [all …]
|