Home | History | Annotate | Download | only in gcc

Lines Matching defs:tailp

353   struct dead_debug_use **tailp = &debug->head;
389 while ((cur = *tailp))
392 *tailp = cur->next;
396 tailp = &cur->next;
578 struct dead_debug_use **tailp = &debug->head;
599 while ((cur = *tailp))
607 *tailp = cur->next;
613 *tailp = cur->next;
624 tailp = &(*tailp)->next;