Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.h168 # define N_RSHIFT_EQ 92 macro
H A Dcodegenc.c362 case N_RSHIFT_EQ: in cg_iexpr()
1464 case N_RSHIFT_EQ: in cg_expr()
H A Dparser.y771 { $$ = rshift(N_RSHIFT_EQ, c_lvalue($1, ">>="), $3, ">>="); }
H A Dparser.c3053 { yyval.node = rshift(N_RSHIFT_EQ, c_lvalue(yyvsp[-2].node, ">>="), yyvsp[0].node, ">>="); } in yyparse()
H A Dcodegeni.c1434 case N_RSHIFT_EQ: in cg_expr()
H A Doptimize.c1630 case N_RSHIFT_EQ: in opt_expr()