Searched refs:cnext (Results 1 – 4 of 4) sorted by relevance
187 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()207 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem()210 tp->tab[h] = p->cnext; in freeelem()212 prev->cnext = p->cnext; in freeelem()245 p->cnext = tp->tab[h]; in setsymtab()272 op = cp->cnext; in rehash()274 cp->cnext = np[nh]; in rehash()289 for (p = tp->tab[h]; p != NULL; p = p->cnext) in lookup()
101 struct Cell *cnext; /* ptr to next if chained */ member
698 a->cnext = tmps; in tfree()711 tmps[i-1].cnext = &tmps[i]; in gettemp()712 tmps[i-1].cnext = NULL; in gettemp()715 tmps = x->cnext; in gettemp()1508 ncp = cp->cnext; in instat()
22 %c = phi i32 [0, %entry], [%cnext, %loop]42 %cnext = add nsw i32 %c, 143 %cmp = icmp eq i32 %cnext, 42