Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c438 case DT_NODE_VAR: in dt_node_name()
574 case DT_NODE_VAR: in dt_node_free()
793 case DT_NODE_VAR: in dt_node_resolve()
942 if (dnp->dn_kind == DT_NODE_VAR && in dt_node_is_dynamic()
2411 else if (expr->dn_kind == DT_NODE_VAR || expr->dn_kind == DT_NODE_SYM) in dt_node_inline()
2697 dnkind = DT_NODE_VAR; in dt_xcook_ident()
2706 dnkind = DT_NODE_VAR; in dt_xcook_ident()
2968 if (cp->dn_kind == DT_NODE_VAR && dt_ident_unref(cp->dn_ident)) { in dt_cook_op1()
2977 if (cp->dn_kind == DT_NODE_VAR) in dt_cook_op1()
3075 if (cp->dn_kind == DT_NODE_VAR || cp->dn_kind == DT_NODE_AGG) { in dt_cook_op1()
[all …]
H A Ddt_cg.c671 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_prearith_op()
726 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_postarith_op()
1124 if (dnp->dn_left->dn_kind == DT_NODE_VAR) { in dt_cg_asgn_op()
1157 assert(dnp->dn_kind == DT_NODE_VAR); in dt_cg_assoc_op()
1236 assert(dnp->dn_kind == DT_NODE_VAR); in dt_cg_array_op()
1948 if (dnp->dn_kind == DT_NODE_VAR && in dt_cg_node()
1963 if (dnp->dn_kind == DT_NODE_VAR && in dt_cg_node()
1990 case DT_NODE_VAR: in dt_cg_node()
H A Ddt_parser.h158 #define DT_NODE_VAR 4 /* variable reference */ macro
H A Ddt_ident.c1001 case DT_NODE_VAR: in dt_ident_resolve()