Searched defs:annotations_obstackp (Results 1 - 2 of 2) sorted by relevance
/external/bison/src/ |
H A D | AnnotationList.c | 29 * - <tt>annotations_obstackp != NULL</tt>. 35 * - All memory was allocated on \c annotations_obstackp. 39 struct obstack *annotations_obstackp) 44 result = obstack_alloc (annotations_obstackp, 200 *annotations_obstackp) 205 *items = Sbitset__new_on_obstack (s->nitems, annotations_obstackp); 228 *annotations_obstackp) 235 self->inadequacyNode->contributionCount, annotations_obstackp); 253 annotations_obstackp); 288 item_lookahead_sets, &items, annotations_obstackp)) 38 AnnotationList__alloc_on_obstack(ContributionIndex contribution_count, struct obstack *annotations_obstackp) argument 192 AnnotationList__compute_lhs_contributions(state *s, rule *the_rule, symbol_number conflicted_token, bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, bitset **item_lookahead_sets, Sbitset *items, struct obstack *annotations_obstackp) argument 218 AnnotationList__computePredecessorAnnotations(AnnotationList *self, state *s, bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, bitset **item_lookahead_sets, AnnotationList **annotation_lists, AnnotationIndex *annotation_counts, struct obstack *annotations_obstackp) argument 410 AnnotationList__compute_from_inadequacies( state *s, bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, bitset **item_lookahead_sets, InadequacyList **inadequacy_lists, AnnotationList **annotation_lists, AnnotationIndex *annotation_counts, ContributionIndex *max_contributionsp, struct obstack *annotations_obstackp, InadequacyListNodeCount *inadequacy_list_node_count) argument [all...] |
H A D | ielr.c | 488 struct obstack *annotations_obstackp) 513 annotation_counts, &max_contributions, annotations_obstackp, 483 ielr_compute_annotation_lists(bitsetv follow_kernel_items, bitsetv always_follows, state ***predecessors, AnnotationIndex *max_annotationsp, InadequacyList ***inadequacy_listsp, AnnotationList ***annotation_listsp, struct obstack *annotations_obstackp) argument
|
Completed in 161 milliseconds