Searched refs:DT_IDFLG_CGREG (Results 1 – 2 of 2) sorted by relevance
1050 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_asgn_op()1112 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_asgn_op()1410 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_xlate_member()1415 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_xlate_member()1815 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG); in dt_cg_node()1872 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_node()1879 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_node()1972 (dnp->dn_ident->di_flags & DT_IDFLG_CGREG)) { in dt_cg_node()2137 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg()2157 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg()
108 #define DT_IDFLG_CGREG 0x0100 /* variable is inlined by code generator */ macro