reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
670 struct isl_facet_todo *next = todo->next; 754 todo->next = *next; 770 for (; *list; list = &(*list)->next) { 778 *list = todo->next; 779 todo->next = NULL; 814 drop = has_opposite(todo, &first->next); 821 todo->next = first->next; 821 todo->next = first->next; 822 first->next = todo; 943 next = todo->next; 944 todo->next = NULL;