Lines Matching refs:InadequacyList
29 * A unique ID assigned to every \c InadequacyList node.
61 * \c InadequacyList.
75 typedef struct InadequacyList {
76 struct InadequacyList *next;
83 } InadequacyList;
91 * - If the set of all \c InadequacyList nodes with which the new
92 * \c InadequacyList node might be compared is currently empty, then
100 * - \c result is a new \c InadequacyList with one node indicating that, in
109 * \c InadequacyList nodes with which \c result might be compared
113 InadequacyList *InadequacyList__new_conflict (
121 void InadequacyList__delete (InadequacyList *self);
133 InadequacyList__getShiftContributionIndex (InadequacyList const *self);
143 symbol *InadequacyList__getContributionToken (InadequacyList const *self,
154 void InadequacyList__prependTo (InadequacyList *self, InadequacyList **list);