Lines Matching refs:constraint
641 struct constraint_node *constraint, *ctemp; in cls_destroy() local
649 constraint = cladatum->constraints; in cls_destroy()
650 while (constraint) { in cls_destroy()
651 e = constraint->expr; in cls_destroy()
657 ctemp = constraint; in cls_destroy()
658 constraint = constraint->next; in cls_destroy()
662 constraint = cladatum->validatetrans; in cls_destroy()
663 while (constraint) { in cls_destroy()
664 e = constraint->expr; in cls_destroy()
670 ctemp = constraint; in cls_destroy()
671 constraint = constraint->next; in cls_destroy()