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

References

tools/polly/lib/External/isl/isl_tab.c
  804 	if (!tab)
  806 	if (!tab->need_undo)
  809 	undo = isl_alloc_type(tab->mat->ctx, struct isl_tab_undo);
  814 	undo->next = tab->top;
  815 	tab->top = undo;
  819 	free_undo(tab);
  820 	tab->top = NULL;