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

References

tools/polly/lib/External/isl/isl_tab.c
  809 	undo = isl_alloc_type(tab->mat->ctx, struct isl_tab_undo);
  810 	if (!undo)
  812 	undo->type = type;
  813 	undo->u = u;
  814 	undo->next = tab->top;
  815 	tab->top = undo;