HomeSort by relevance Sort by last modified time
    Searched full:goto_map (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
lalr.h 40 - #goto_map
55 * - #goto_map
63 * Update state numbers recorded in #goto_map, #from_state, and #to_state such
86 together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and
88 extern goto_number *goto_map;
lalr.c 43 goto_number *goto_map; variable
78 goto_map = xcalloc (nvars + 1, sizeof *goto_map);
93 goto_map[TRANSITION_SYMBOL (sp, i) - ntokens]++;
103 k += goto_map[i - ntokens];
107 goto_map[i - ntokens] = temp_map[i - ntokens];
109 goto_map[nsyms - ntokens] = ngotos;
140 low = goto_map[sym - ntokens];
141 high = goto_map[sym - ntokens + 1] - 1;
470 while (i == goto_map[nonterminal]
    [all...]
tables.c 495 goto_number begin = goto_map[sym - ntokens];
496 goto_number end = goto_map[sym - ntokens + 1];
533 goto_number m = goto_map[sym - ntokens];
534 goto_number n = goto_map[sym - ntokens + 1];
833 free (goto_map);
ielr.c     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 212 milliseconds