Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.h140 # define N_LVALUE 64 macro
H A Dcodegenc.c348 case N_LVALUE: in cg_iexpr()
858 while (n->type == N_PAIR && n->l.left->type != N_LVALUE) { in cg_locals()
877 if (n->type == N_LVALUE && m->type == N_LOCAL && in cg_locals()
1333 case N_LVALUE: in cg_expr()
H A Doptimize.c1398 case N_LVALUE: in opt_expr()
1460 i += (n->type == N_LVALUE || in opt_expr()
1461 (n->type == N_COMMA && n->r.right->type == N_LVALUE)) ? 6 : 1; in opt_expr()
1471 if (n->type == N_LVALUE || in opt_expr()
1472 (n->type == N_COMMA && n->r.right->type == N_LVALUE)) { in opt_expr()
H A Dcompile.c2093 *arg = node_mon(N_LVALUE, (*arg)->mod, *arg); in funcall()
H A Dcodegeni.c1273 case N_LVALUE: in cg_expr()