reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;