Home | History | Annotate | Download | only in src

Lines Matching refs:annotation_lists

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);
845 annotation_lists[t2->state_list->lr0Isocore->state->number],
901 annotation_lists, t2, lookaheads,
946 * - <tt>annotation_lists = NULL</tt> and <tt>max_annotations=0</tt>.
947 * - \c annotation_lists and \c max_annotations were computed by
952 * inadequacy. \c annotation_lists was used to determine state
953 * compatibility or, if <tt>annotation_lists = NULL</tt>, the canonical
955 * - If <tt>annotation_lists = NULL</tt>, reduction lookahead sets were
961 AnnotationList **annotation_lists,
988 if (!annotation_lists)
1004 if (annotation_lists)
1006 annotation_lists[t->state_list->lr0Isocore->state->number],
1012 annotation_lists, t, lookaheads, &last_state,
1033 if (!annotation_lists)
1127 AnnotationList **annotation_lists = NULL;
1147 &inadequacy_lists, &annotation_lists,
1166 annotation_lists, max_annotations);
1175 if (annotation_lists)
1177 free (annotation_lists);