Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
Dproduction.java495 int from_loc, to_loc, merge_cnt; in merge_adjacent_actions() local
501 to_loc = -1; in merge_adjacent_actions()
505 if (to_loc < 0 || !rhs_parts[to_loc].is_action() in merge_adjacent_actions()
509 to_loc++; in merge_adjacent_actions()
512 if (to_loc != from_loc) rhs_parts[to_loc] = null; in merge_adjacent_actions()
516 if (to_loc != from_loc) in merge_adjacent_actions()
519 if (rhs_parts[to_loc] != null && rhs_parts[to_loc].is_action() && in merge_adjacent_actions()
523 rhs_parts[to_loc] = new action_part( in merge_adjacent_actions()
524 ((action_part)rhs_parts[to_loc]).code_string() + in merge_adjacent_actions()
531 rhs_parts[to_loc] = rhs_parts[from_loc]; in merge_adjacent_actions()