Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:sort

2004   // Sort on byte position; captures might not be allocated in order,
2314 // Sort on byte position; captures might not be allocated in order,
4836 // Sort on byte position in case we encounterred a union nested in
4839 std::sort(IvarsInfo.begin(), IvarsInfo.end());
4841 std::sort(SkipIvars.begin(), SkipIvars.end());