HomeSort by relevance Sort by last modified time
    Searched refs:annotation_lists (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
AnnotationList.h 83 * - The size of each of \c annotation_lists and \c annotation_counts is
97 * - For every state <tt>states[i]</tt>, <tt>annotation_lists[i]</tt> now
112 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists,
ielr.c 667 * - <tt>annotation_lists = NULL</tt> and all bits in work2 are set.
668 * - \c annotation_lists was computed by \c ielr_compute_annotation_lists.
680 * - In the case that <tt>annotation_lists != NULL</tt>,
686 * - In the case that <tt>annotation_lists = NULL</tt>,
700 AnnotationList **annotation_lists, state *t,
713 if (annotation_lists)
714 for (ai = 0, a = annotation_lists[lr0_isocore->state->number];
726 if (annotation_lists)
728 for (ai = 0, a = annotation_lists[lr0_isocore->state->number];
828 aver (annotation_lists);
1127 AnnotationList **annotation_lists = NULL; local
    [all...]
AnnotationList.c 224 **annotation_lists,
389 &annotation_lists[(*predecessor)
397 item_lookahead_sets, annotation_lists, annotation_counts,
413 InadequacyList **inadequacy_lists, AnnotationList **annotation_lists,
545 annotation_node, &annotation_lists[s->number],
559 item_lookahead_sets, annotation_lists, annotation_counts,
    [all...]

Completed in 114 milliseconds