Home
last modified time | relevance | path

Searched refs:bitset_free (Results 1 – 13 of 13) sorted by relevance

/external/bison/src/
Dreduce.c129 bitset_free (N); in useless_nonterminals()
195 bitset_free (V); in inaccessable_symbols()
203 bitset_free (P); in inaccessable_symbols()
461 bitset_free (N); in reduce_free()
462 bitset_free (V); in reduce_free()
463 bitset_free (V1); in reduce_free()
464 bitset_free (P); in reduce_free()
DAnnotationList.c185 bitset_free (tokens); in AnnotationList__compute_conflicted_tokens()
186 bitset_free (conflicted_tokens_rule); in AnnotationList__compute_conflicted_tokens()
383 bitset_free (lookaheads[i]); in AnnotationList__computePredecessorAnnotations()
566 bitset_free (actions); in AnnotationList__compute_from_inadequacies()
572 bitset_free (shift_tokens); in AnnotationList__compute_from_inadequacies()
573 bitset_free (conflicted_tokens); in AnnotationList__compute_from_inadequacies()
DInadequacyList.c51 bitset_free (node->inadequacy.conflict.actions); in InadequacyList__delete()
Dielr.c166 bitset_free (sources); in ielr_compute_internal_follow_edges()
354 bitset_free (ritem_sees_lookahead_set); in ielr_compute_auxiliary_tables()
545 bitset_free (item_lookahead_sets[i][j]); in ielr_compute_annotation_lists()
1082 bitset_free (node->lookaheads[i]); in ielr_split_states()
Dconflicts.c633 bitset_free (shift_set); in conflicts_free()
634 bitset_free (lookahead_set); in conflicts_free()
Dgraphviz.c211 bitset_free (no_reduce_set); in output_red()
Dclosure.c246 bitset_free (ruleset); in free_closure()
Dstate.c448 bitset_free (reachable); in state_remove_unreachable_states()
Dprint-xml.c529 bitset_free (no_reduce_set); in print_xml()
Dprint.c524 bitset_free (no_reduce_set); in print_results()
/external/bison/lib/
Dbitset.c183 bitset_free (bitset bset) in bitset_free() function
443 bitset_free (tmp); in bitset_op4_cmp()
Dbitset.h114 extern void bitset_free (bitset);
/external/bison/
DChangeLog-201215490 bitset_free, bitset_init, bitset_last, bitset_next,