Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/binutils/
H A Dmcparse.y34 static rc_uint_type mc_last_id = 0; variable
185 mc_last_id = $1;
197 $$ = ++mc_last_id;
205 $$ = mc_last_id + $2;
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dmcparse.y34 static rc_uint_type mc_last_id = 0; variable
185 mc_last_id = $1;
197 $$ = ++mc_last_id;
205 $$ = mc_last_id + $2;
H A Dmcparse.c104 static rc_uint_type mc_last_id = 0; variable
1550 mc_last_id = (yyvsp[-1].ival); in yyparse()
1576 (yyval.ival) = ++mc_last_id; in yyparse()
1592 (yyval.ival) = mc_last_id + (yyvsp[0].ival); in yyparse()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dmcparse.y34 static rc_uint_type mc_last_id = 0; variable
184 mc_last_id = $1;
196 $$ = ++mc_last_id;
204 $$ = mc_last_id + $2;
H A Dmcparse.c99 static rc_uint_type mc_last_id = 0; variable
1597 mc_last_id = (yyvsp[-1].ival); in yyparse()
1623 (yyval.ival) = ++mc_last_id; in yyparse()
1639 (yyval.ival) = mc_last_id + (yyvsp[0].ival); in yyparse()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dmcparse.y34 static rc_uint_type mc_last_id = 0; variable
185 mc_last_id = $1;
197 $$ = ++mc_last_id;
205 $$ = mc_last_id + $2;