Home
last modified time | relevance | path

Searched refs:InadequacyList (Results 1 – 8 of 8) sorted by relevance

/external/bison/src/
DInadequacyList.h75 typedef struct InadequacyList { struct
76 struct InadequacyList *next; argument
83 } InadequacyList; argument
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);
DInadequacyList.c28 InadequacyList *
33 InadequacyList *result = xmalloc (sizeof *result); in InadequacyList__new_conflict()
45 InadequacyList__delete (InadequacyList *self) in InadequacyList__delete()
49 InadequacyList *node = self; in InadequacyList__delete()
57 InadequacyList__getShiftContributionIndex (InadequacyList const *self) in InadequacyList__getShiftContributionIndex()
66 InadequacyList__getContributionToken (InadequacyList const *self, in InadequacyList__getContributionToken()
74 InadequacyList__prependTo (InadequacyList *self, InadequacyList **list) in InadequacyList__prependTo()
76 InadequacyList *head_old = *list; in InadequacyList__prependTo()
DAnnotationList.h42 InadequacyList *inadequacyNode;
112 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists,
DMakefile.am34 InadequacyList.c InadequacyList.h \
DAnnotationList.c413 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists, in AnnotationList__compute_from_inadequacies()
527 InadequacyList *conflict_node = in AnnotationList__compute_from_inadequacies()
Dielr.c486 InadequacyList ***inadequacy_listsp, in ielr_compute_annotation_lists()
1126 InadequacyList **inadequacy_lists = NULL; in ielr()
DMakefile.in178 am_bison_OBJECTS = AnnotationList.$(OBJEXT) InadequacyList.$(OBJEXT) \
1431 InadequacyList.c InadequacyList.h \
1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InadequacyList.Po@am__quote@
/external/bison/
DChangeLog-20121062 * src/InadequacyList.c, src/InadequacyList.h, src/LR0.c:
1547 FIXME. Use new id field of InadequacyList nodes rather than
1555 * src/InadequacyList.c (InadequacyList__new_conflict): Add
1557 * src/InadequacyList.h (InadequacyListNodeCount): New typedef.
1558 (InadequacyList): Add id field.
2794 AnnotationList.h, InadequacyList.c, InadequacyList.h, Sbitset.c,
2840 * src/InadequacyList.c: New.
2841 * src/InadequacyList.h: New.