Home
last modified time | relevance | path

Searched refs:cnext (Results 1 – 4 of 4) sorted by relevance

/external/one-true-awk/
Dtran.c187 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()
Dawk.h101 struct Cell *cnext; /* ptr to next if chained */ member
Drun.c698 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()
/external/llvm/test/CodeGen/AMDGPU/
Dcoalescer_remat.ll22 %c = phi i32 [0, %entry], [%cnext, %loop]
42 %cnext = add nsw i32 %c, 1
43 %cmp = icmp eq i32 %cnext, 42