Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h181 #define DT_NF_LVALUE 0x08 /* node is an l-value according to ANSI-C */ macro
H A Ddt_parser.c724 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE; in dt_node_type_propagate()
2730 dnp->dn_flags |= DT_NF_LVALUE; in dt_xcook_ident()
2796 dnp->dn_flags |= DT_NF_LVALUE; in dt_xcook_ident()
2855 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()
3006 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.4.3] */ in dt_cook_op1()
3062 if (!(cp->dn_flags & DT_NF_LVALUE)) { in dt_cook_op1()
3127 if (!(cp->dn_flags & DT_NF_LVALUE)) { in dt_cook_op1()
3158 if (!(lp->dn_flags & DT_NF_LVALUE)) { in dt_assign_common()
3782 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.3.3] */ in dt_cook_op2()
3786 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.3.3] */ in dt_cook_op2()
[all …]
H A Ddt_cg.c682 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE); in dt_cg_prearith_op()
737 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE); in dt_cg_postarith_op()
1138 assert(dnp->dn_left->dn_flags & DT_NF_LVALUE); in dt_cg_asgn_op()