Searched refs:DT_NF_LVALUE (Results 1 – 3 of 3) sorted by relevance
181 #define DT_NF_LVALUE 0x08 /* node is an l-value according to ANSI-C */ macro
719 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE; in dt_node_type_propagate()2724 dnp->dn_flags |= DT_NF_LVALUE; in dt_xcook_ident()2790 dnp->dn_flags |= DT_NF_LVALUE; in dt_xcook_ident()2849 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()3000 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.4.3] */ in dt_cook_op1()3056 if (!(cp->dn_flags & DT_NF_LVALUE)) { in dt_cook_op1()3120 if (!(cp->dn_flags & DT_NF_LVALUE)) { in dt_cook_op1()3151 if (!(lp->dn_flags & DT_NF_LVALUE)) { in dt_assign_common()3775 dnp->dn_flags |= DT_NF_LVALUE; /* see K&R[A7.3.3] */ in dt_cook_op2()3777 if (op == DT_TOK_DOT && (lp->dn_flags & DT_NF_LVALUE) && in dt_cook_op2()[all …]
682 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()