Home
last modified time | relevance | path

Searched refs:DT_IDFLG_DECL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h111 #define DT_IDFLG_DECL 0x0800 /* variable is associated with explicit decl */ macro
H A Ddt_ident.c140 if (!(idp->di_flags & DT_IDFLG_DECL)) { in dt_idcook_assc()
1021 (idp->di_flags & (DT_IDFLG_REF|DT_IDFLG_MOD|DT_IDFLG_DECL)) == 0); in dt_ident_unref()
H A Ddt_parser.c1730 idflags | DT_IDFLG_WRITE | DT_IDFLG_DECL, id, in dt_node_decl()
2314 DT_IDFLG_INLINE | DT_IDFLG_REF | DT_IDFLG_DECL | DT_IDFLG_ORPHAN, 0, in dt_node_inline()
2359 DT_IDENT_SCALAR, DT_IDFLG_DECL | DT_IDFLG_INLINE, 0, in dt_node_inline()