Home
last modified time | relevance | path

Searched refs:DT_IDFLG_LOCAL (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_ident.h103 #define DT_IDFLG_LOCAL 0x0002 /* variable is local storage */ macro
Ddt_cg.c633 uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) | in dt_cg_stvar()
1158 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)); in dt_cg_assoc_op()
1237 assert(!(idp->di_flags & DT_IDFLG_LOCAL)); in dt_cg_array_op()
2057 if (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) in dt_cg_node()
Ddt_as.c117 if (idp->di_flags & DT_IDFLG_LOCAL) in dt_copyvar()
Ddt_parser.c1563 idflags = DT_IDFLG_LOCAL; in dt_node_decl()
2807 flags |= DT_IDFLG_LOCAL; in dt_xcook_ident()
2886 (idp->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_cook_var()
3832 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) { in dt_cook_op2()
3834 if (idp->di_flags & DT_IDFLG_LOCAL) { in dt_cook_op2()
4681 (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_node_printr()