Home | History | Annotate | Download | only in Sema

Lines Matching refs:sort

8432            "unexpected sort of implicit constructor");
9248 // candidates. Would be more worthwhile if we had a sort
9257 // Criteria by which we can sort non-viable candidates:
9268 // Sort non-surrogates before surrogates.
9270 // Sort candidates requiring fewer parameters than there were
9343 // Sort everything else by location.
9448 // Sort the candidates by viability and position. Sorting directly would
9449 // be prohibitive, so we make a set of pointers and sort those.
9464 std::sort(Cands.begin(), Cands.end(),
9528 // Sort by the ranking of deduction failures.
9533 // Sort everything else by location.
9572 // Sort the candidates by position (assuming no candidate is a match).
9574 // and sort those.
9584 std::sort(Cands.begin(), Cands.end(),