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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp27 typedef SmallVector<const MemRegion *, 2> RegionVector; typedef in namespace:__anon1072
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};
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp378 using RegionVector = SmallVector<const MemRegion *, 5>;
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 /* = {} */,
531 if (Optional<RegionVector> Out =
541 RegionVector VecF = Vec;
557 if (Optional<RegionVector> Ou
[all...]

Completed in 184 milliseconds