Home | History | Annotate | Download | only in gcc

Lines Matching refs:curp

4456 	      attrs *att, **attp, **curp = NULL;
4479 curp = attp;
4482 if (!curp)
4484 curp = attp;
4485 while (*curp)
4486 if ((*curp)->offset == 0
4487 && GET_MODE ((*curp)->loc) == GET_MODE (node->loc)
4488 && dv_as_opaque ((*curp)->dv) == dv_as_opaque (var->dv))
4491 curp = &(*curp)->next;
4492 gcc_assert (*curp);
4553 att = *curp;
4554 *curp = att->next;