Lines Matching refs:constraint
216 struct constraint_node *constraint, *ctemp; in cls_destroy() local
224 constraint = cladatum->constraints; in cls_destroy()
225 while (constraint) { in cls_destroy()
226 e = constraint->expr; in cls_destroy()
232 ctemp = constraint; in cls_destroy()
233 constraint = constraint->next; in cls_destroy()
237 constraint = cladatum->validatetrans; in cls_destroy()
238 while (constraint) { in cls_destroy()
239 e = constraint->expr; in cls_destroy()
245 ctemp = constraint; in cls_destroy()
246 constraint = constraint->next; in cls_destroy()