Home
last modified time | relevance | path

Searched refs:DT_IDFLG_CGREG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c1050 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()
H A Ddt_ident.h108 #define DT_IDFLG_CGREG 0x0100 /* variable is inlined by code generator */ macro