Home
last modified time | relevance | path

Searched refs:SortedClusters (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp285 std::vector<const Cluster *> SortedClusters; in printJson() local
286 SortedClusters.reserve(std::distance(begin(), end())); in printJson()
287 append_range(SortedClusters, map_range(*this, AddrOf)); in printJson()
288 llvm::sort(SortedClusters, MemSpaceBeforeRegionName); in printJson()
290 for (auto [Idx, C] : llvm::enumerate(SortedClusters)) { in printJson()
313 if (Idx != SortedClusters.size() - 1) in printJson()