reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_list_templ.c
  535 	n = list->n;
  536 	g = isl_tarjan_graph_init(ctx, n, &FN(LIST(EL),follows), &data);
  549 			++i; --n;
  551 		if (first == 0 && n == 0) {
  559 	} while (n);
  563 	return n > 0 ? isl_stat_error : isl_stat_ok;