Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c728 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE; in dt_node_type_propagate()
2736 dnp->dn_flags |= DT_NF_LVALUE; in dt_xcook_ident()
2802 dnp->dn_flags |= DT_NF_LVALUE; in dt_xcook_ident()
2861 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()
3012 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.4.3] */ in dt_cook_op1()
3068 if (!(cp->dn_flags & DT_NF_LVALUE)) { in dt_cook_op1()
3132 if (!(cp->dn_flags & DT_NF_LVALUE)) { in dt_cook_op1()
3163 if (!(lp->dn_flags & DT_NF_LVALUE)) { in dt_assign_common()
3788 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.3.3] */ in dt_cook_op2()
3792 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.3.3] */ in dt_cook_op2()
[all …]
H A Ddt_parser.h183 #define DT_NF_LVALUE 0x08 /* node is an l-value according to ANSI-C */ macro
H A Ddt_cg.c686 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE); in dt_cg_prearith_op()
741 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE); in dt_cg_postarith_op()
1133 assert(dnp->dn_left->dn_flags & DT_NF_LVALUE); in dt_cg_asgn_op()