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

/external/bison/src/
H A Dielr.c946 * - <tt>annotation_lists = NULL</tt> and <tt>max_annotations=0</tt>.
947 * - \c annotation_lists and \c max_annotations were computed by
962 AnnotationIndex max_annotations)
995 ContributionIndex *work = xnmalloc (max_annotations, sizeof *work);
1129 AnnotationIndex max_annotations = 0; local
1146 predecessors, &max_annotations,
1166 annotation_lists, max_annotations);
960 ielr_split_states(bitsetv follow_kernel_items, bitsetv always_follows, AnnotationList **annotation_lists, AnnotationIndex max_annotations) argument

Completed in 113 milliseconds