Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h165 #define DT_NODE_OP2 9 /* binary operator */ macro
H A Ddt_sugar.c217 case DT_NODE_OP2: in dt_sugar_visit_all()
H A Ddt_parser.c462 case DT_NODE_OP2: in dt_node_name()
595 case DT_NODE_OP2: in dt_node_free()
2107 dnp = dt_node_alloc(DT_NODE_OP2); in dt_node_op2()
3022 (cp->dn_kind == DT_NODE_OP2 && cp->dn_op == DT_TOK_ADD && in dt_cook_op1()
4714 case DT_NODE_OP2: in dt_printd()
4918 case DT_NODE_OP2: in dt_node_printr()
H A Ddt_cg.c1022 dn.dn_kind = DT_NODE_OP2; in dt_cg_asgn_op()
1835 assert(dnp->dn_kind == DT_NODE_OP2); in dt_cg_node()