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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp27 typedef SmallVector<const MemRegion *, 2> RegionVector; typedef in namespace:__anon2324
63 void reportLeakedVALists(const RegionVector &LeakedVALists, StringRef Msg1,
207 RegionVector LeakedVALists;
265 void ValistChecker::reportLeakedVALists(const RegionVector &LeakedVALists,
323 RegionVector LeakedVALists{VAList};
331 RegionVector LeakedVALists{VAList};
344 RegionVector LeakedVALists{VAList};
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp356 using RegionVector = SmallVector<const MemRegion *, 5>;
386 const Optional<RegionVector>
388 const MemRegion *R, const RegionVector &Vec = {},
412 const ExplodedNode *N, const RegionVector &FieldChain,
420 const RegionVector &FieldChain,
491 const Optional<NoStoreFuncVisitor::RegionVector>
494 const NoStoreFuncVisitor::RegionVector &Vec /* = {} */,
509 if (Optional<RegionVector> Out =
519 RegionVector VecF = Vec;
535 if (Optional<RegionVector> Ou
[all...]

Completed in 109 milliseconds