Lines Matching defs:sorted
692 /// The pointers are sorted by using their string representation as
697 /// @param sorted the resulted sorted vector. It's set by this
701 vector<type_base*>& sorted)
707 sorted.push_back(const_cast<type_base*>(*i));
709 sort(sorted.begin(), sorted.end(), comp);
714 /// The pointers are sorted by using their string representation as
719 /// @param sorted the resulted sorted vector. It's set by this
723 vector<type_base_sptr> &sorted)
728 sorted.push_back(type_base_sptr(i->second));
730 sort(sorted.begin(), sorted.end(), comp);
736 /// The pointers are sorted by using their string representation as
741 /// @param sorted the resulted sorted vector. It's set by this
745 vector<type_base_sptr> &sorted)
750 sorted.push_back(*i);
752 sort(sorted.begin(), sorted.end(), comp);
2320 // Now, emit the referenced decls in a sorted order.
3150 /// @param syms the sorted elf symbol data to write out.
3724 // a sorted manner.