reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
445 if (!list) 447 if (list->n <= 1) 448 return list; 449 list = FN(LIST(EL),cow)(list); 449 list = FN(LIST(EL),cow)(list); 450 if (!list) 453 if (isl_sort(list->p, list->n, sizeof(list->p[0]), 453 if (isl_sort(list->p, list->n, sizeof(list->p[0]), 453 if (isl_sort(list->p, list->n, sizeof(list->p[0]), 455 return FN(LIST(EL),free)(list); 457 return list;