Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDada-lang.c9165 int choice_pos, expr_pc; in aggregate_assign_from_choices() local
9168 choice_pos = *pos += 3; in aggregate_assign_from_choices()
9178 enum exp_opcode op = exp->elts[choice_pos].opcode; in aggregate_assign_from_choices()
9182 choice_pos += 1; in aggregate_assign_from_choices()
9190 lower = value_as_long (ada_evaluate_subexp (NULL, exp, &choice_pos, in aggregate_assign_from_choices()
9202 name = &exp->elts[choice_pos + 2].string; in aggregate_assign_from_choices()
9205 name = SYMBOL_NATURAL_NAME (exp->elts[choice_pos + 2].symbol); in aggregate_assign_from_choices()
9210 ada_evaluate_subexp (NULL, exp, &choice_pos, EVAL_SKIP); in aggregate_assign_from_choices()