Lines Matching refs:constraint
646 struct constraint_node *constraint, *ctemp; in cls_destroy() local
654 constraint = cladatum->constraints; in cls_destroy()
655 while (constraint) { in cls_destroy()
656 e = constraint->expr; in cls_destroy()
662 ctemp = constraint; in cls_destroy()
663 constraint = constraint->next; in cls_destroy()
667 constraint = cladatum->validatetrans; in cls_destroy()
668 while (constraint) { in cls_destroy()
669 e = constraint->expr; in cls_destroy()
675 ctemp = constraint; in cls_destroy()
676 constraint = constraint->next; in cls_destroy()