Searched defs:InadequacyList (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A DInadequacyList.h29 * A unique ID assigned to every \c InadequacyList node.
61 * \c InadequacyList.
75 typedef struct InadequacyList { struct
76 struct InadequacyList *next;
83 } InadequacyList; typedef in typeref:struct: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_conflic
[all...]

Completed in 212 milliseconds