Lines Matching refs:constraint
221 struct constraint_node *constraint, *ctemp; in cls_destroy() local
229 constraint = cladatum->constraints; in cls_destroy()
230 while (constraint) { in cls_destroy()
231 e = constraint->expr; in cls_destroy()
237 ctemp = constraint; in cls_destroy()
238 constraint = constraint->next; in cls_destroy()
242 constraint = cladatum->validatetrans; in cls_destroy()
243 while (constraint) { in cls_destroy()
244 e = constraint->expr; in cls_destroy()
250 ctemp = constraint; in cls_destroy()
251 constraint = constraint->next; in cls_destroy()