HomeSort by relevance Sort by last modified time
    Searched full:inadequacylist (Results 1 - 10 of 10) sorted by null

  /external/bison/src/
InadequacyList.c 23 #include "InadequacyList.h"
28 InadequacyList *
33 InadequacyList *result = xmalloc (sizeof *result);
45 InadequacyList__delete (InadequacyList *self)
49 InadequacyList *node = self;
57 InadequacyList__getShiftContributionIndex (InadequacyList const *self)
66 InadequacyList__getContributionToken (InadequacyList const *self,
74 InadequacyList__prependTo (InadequacyList *self, InadequacyList **list)
76 InadequacyList *head_old = *list
    [all...]
InadequacyList.h 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
    [all...]
AnnotationList.h 25 #include "InadequacyList.h"
41 /** The \c InadequacyList node describing how this inadequacy manifests. */
42 InadequacyList *inadequacyNode;
85 * - If no \c InadequacyList nodes are currently allocated for the
92 * the first of the \c InadequacyList nodes currently allocated for
112 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists,
Makefile.am 34 InadequacyList.c InadequacyList.h \
AnnotationList.c 413 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists,
527 InadequacyList *conflict_node =
    [all...]
ielr.c 475 * - <tt>(*inadequacy_listsp)[i]</tt> contains the \c InadequacyList head
486 InadequacyList ***inadequacy_listsp,
    [all...]
Makefile.in 178 am_bison_OBJECTS = AnnotationList.$(OBJEXT) InadequacyList.$(OBJEXT) \
    [all...]
  /external/bison/
Android.mk 152 src/InadequacyList.c \
ChangeLog-2012     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 127 milliseconds