Searched refs:cnext (Results 1 – 5 of 5) sorted by relevance
173 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem()196 tp->tab[h] = p->cnext; in freeelem()198 prev->cnext = p->cnext; in freeelem()231 p->cnext = tp->tab[h]; in setsymtab()258 op = cp->cnext; in rehash()260 cp->cnext = np[nh]; in rehash()275 for (p = tp->tab[h]; p != NULL; p = p->cnext) in lookup()
85 struct Cell *cnext; /* ptr to next if chained */ member
688 a->cnext = tmps; in tfree()701 tmps[i-1].cnext = &tmps[i]; in gettemp()702 tmps[i-1].cnext = 0; in gettemp()705 tmps = x->cnext; in gettemp()1456 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
480 Chunk* cnext = ChunkFromHandle(c->next); in FreeAndMaybeCoalesce() local481 if (!cnext->in_use()) { in FreeAndMaybeCoalesce()