Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.h175 # define N_SUB_EQ 99 macro
H A Dparser.y761 { $$ = sub(N_SUB_EQ, c_lvalue($1, "-="), $3, "-="); }
1194 case N_SUB_EQ: in bina()
H A Dcodegenc.c366 case N_SUB_EQ: in cg_iexpr()
1523 case N_SUB_EQ: in cg_expr()
H A Dparser.c1430 case N_SUB_EQ: in bina()
3033 { yyval.node = sub(N_SUB_EQ, c_lvalue(yyvsp[-2].node, "-="), yyvsp[0].node, "-="); } in yyparse()
H A Doptimize.c1228 case N_SUB_EQ: in opt_asgnexp()
1632 case N_SUB_EQ: in opt_expr()
H A Dcodegeni.c1522 case N_SUB_EQ: in cg_expr()