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
   51 	list->ref = 1;
   62 	list->ref++;
   87 	if (list->ref == 1)
   89 	list->ref--;
  107 	if (list->ref == 1 && list->n + n <= list->size)
  112 	if (list->ref == 1) {
  208 	if (list->ref == 1 && list->size > list->n) {
  238 	if (--list->ref > 0)
  328 	if (list->ref != 1)
  614 	if (list1->ref == 1 && list1->n + list2->n <= list1->size)