Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c434 case DT_NODE_VAR: in dt_node_name()
571 case DT_NODE_VAR: in dt_node_free()
798 case DT_NODE_VAR: in dt_node_resolve()
947 if (dnp->dn_kind == DT_NODE_VAR && in dt_node_is_dynamic()
2394 else if (expr->dn_kind == DT_NODE_VAR || expr->dn_kind == DT_NODE_SYM) in dt_node_inline()
2680 dnkind = DT_NODE_VAR; in dt_xcook_ident()
2689 dnkind = DT_NODE_VAR; in dt_xcook_ident()
2951 if (cp->dn_kind == DT_NODE_VAR && dt_ident_unref(cp->dn_ident)) { in dt_cook_op1()
2960 if (cp->dn_kind == DT_NODE_VAR) in dt_cook_op1()
3058 if (cp->dn_kind == DT_NODE_VAR || cp->dn_kind == DT_NODE_AGG) { in dt_cook_op1()
[all …]
H A Ddt_cg.c676 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_prearith_op()
731 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_postarith_op()
1130 if (dnp->dn_left->dn_kind != DT_NODE_VAR) { in dt_cg_asgn_op()
1179 assert(dnp->dn_kind == DT_NODE_VAR); in dt_cg_assoc_op()
1258 assert(dnp->dn_kind == DT_NODE_VAR); in dt_cg_array_op()
1971 if (dnp->dn_kind == DT_NODE_VAR && in dt_cg_node()
1986 if (dnp->dn_kind == DT_NODE_VAR && in dt_cg_node()
2012 case DT_NODE_VAR: in dt_cg_node()
H A Ddt_parser.h160 #define DT_NODE_VAR 4 /* variable reference */ macro
H A Ddt_ident.c991 case DT_NODE_VAR: in dt_ident_resolve()