Searched refs:sorted_typesystems (Results 1 – 1 of 1) sorted by relevance
9724 std::vector<KeyAndTS> sorted_typesystems; in Dump() local9726 sorted_typesystems.emplace_back(a.first, a.second.get()); in Dump()9727 llvm::stable_sort(sorted_typesystems, llvm::less_first()); in Dump()9730 for (const auto &a : sorted_typesystems) { in Dump()