Searched refs:conflict_tos (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | tables.c | 86 static unsigned int **conflict_tos; variable 403 conflict_tos[s] = sp3 = in save_row() 643 if (conflict_tos[i] != NULL) in matching_state() 647 if (conflict_tos[i][j] != 0) in matching_state() 664 || (conflict_tos[j] != NULL && conflict_tos[j][k] != 0)) in matching_state() 684 unsigned int *conflict_to = conflict_tos[i]; in pack_vector() 825 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos); in tables_generate() 848 free (conflict_tos[i]); in tables_generate() 853 free (conflict_tos); in tables_generate()
|
/external/bison/ |
D | ChangeLog-2012 | 11562 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos. 11580 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order, 16277 (pack_tables): Don't free froms, tos, conflict_tos, and pos... 16293 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX) 16933 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list, 16946 (output_check): Allocate conflict_tos.
|