Home
last modified time | relevance | path

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

/dports/devel/bison/bison-3.7.6/src/
H A Dcounterexample.c780 symbol_number other_sym = item_number_as_symbol_number (*other_si->item); in production_step() local
782 simulate_production (ss->states[parser_state], other_sym); in production_step()
824 symbol_number other_sym = in reduction_step() local
826 if (!intersect_symbol (other_sym, symbol_set)) in reduction_step()
829 bitset_set (symbol_set, other_sym); in reduction_step()