Lines Matching refs:constraint
217 struct constraint_node *constraint, *ctemp; in cls_destroy() local
225 constraint = cladatum->constraints; in cls_destroy()
226 while (constraint) { in cls_destroy()
227 e = constraint->expr; in cls_destroy()
233 ctemp = constraint; in cls_destroy()
234 constraint = constraint->next; in cls_destroy()
238 constraint = cladatum->validatetrans; in cls_destroy()
239 while (constraint) { in cls_destroy()
240 e = constraint->expr; in cls_destroy()
246 ctemp = constraint; in cls_destroy()
247 constraint = constraint->next; in cls_destroy()