Lines Matching refs:tdp
33 void squander_do_sou(struct tdesc *tdp, struct node *np);
34 void squander_do_enum(struct tdesc *tdp, struct node *np);
35 void squander_do_intrinsic(struct tdesc *tdp, struct node *np);
38 squander_do_intrinsic(struct tdesc *tdp, struct node *np)
43 squander_do_sou(struct tdesc *tdp, struct node *np)
51 if (tdp->type == UNION)
55 for (mlp = tdp->data.members.forw; mlp != NULL; mlp = mlp->next) {
68 tdp->size, msize, tdp->size - msize);
72 squander_do_enum(struct tdesc *tdp, struct node *np)