reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 tab->bottom.type = isl_tab_undo_bottom; 87 tab->bottom.next = NULL; 88 tab->top = &tab->bottom; 197 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) { 296 dup->bottom.type = isl_tab_undo_bottom; 297 dup->bottom.next = NULL; 298 dup->top = &dup->bottom; 549 prod->bottom.type = isl_tab_undo_bottom; 550 prod->bottom.next = NULL; 551 prod->top = &prod->bottom; 3907 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) {