Searched refs:goto_follows (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | lalr.c | 47 bitsetv goto_follows = NULL; variable 167 goto_follows = bitsetv_create (ngotos, ntokens, BITSET_FIXED); in initialize_F() 176 bitset_set (goto_follows[i], TRANSITION_SYMBOL (sp, j)); in initialize_F() 196 relation_digraph (reads, ngotos, &goto_follows); in initialize_F() 296 relation_digraph (includes, ngotos, &goto_follows); in compute_FOLLOWS() 313 bitset_or (LA[i], LA[i], goto_follows[sp->value]); in compute_lookahead_tokens()
|
D | lalr.h | 103 extern bitsetv goto_follows;
|
D | ielr.c | 433 goto_follows[map_goto ((*predecessor)->number, in ielr_item_has_lookahead() 1117 bitsetv_free (goto_follows); in ielr() 1155 bitsetv_free (goto_follows); in ielr() 1197 bitsetv_free (goto_follows); in ielr()
|
/external/bison/ |
D | ChangeLog-2012 | 2800 (goto_follows): ... this, update all uses, and export it. 2803 (compute_lookahead_tokens): Don't free goto_follows yet. Now
|