Searched refs:DT_NF_WRITABLE (Results 1 – 3 of 3) sorted by relevance
184 #define DT_NF_WRITABLE 0x10 /* node is writable (can be modified) */ macro
2739 dnp->dn_flags |= DT_NF_WRITABLE; in dt_xcook_ident()2861 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()3021 if ((cp->dn_flags & DT_NF_WRITABLE) || in dt_cook_op1()3023 (cp->dn_left->dn_flags & DT_NF_WRITABLE))) in dt_cook_op1()3024 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op1()3137 if (!(cp->dn_flags & DT_NF_WRITABLE)) { in dt_cook_op1()3169 if (!(lp->dn_flags & DT_NF_WRITABLE)) { in dt_assign_common()3794 if (lp->dn_flags & DT_NF_WRITABLE) in dt_cook_op2()3795 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()3964 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()[all …]
686 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_prearith_op()741 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_postarith_op()1133 assert(dnp->dn_left->dn_flags & DT_NF_WRITABLE); in dt_cg_asgn_op()