Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h163 #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.c466 case DT_NODE_OP2: in dt_node_name()
598 case DT_NODE_OP2: in dt_node_free()
2101 dnp = dt_node_alloc(DT_NODE_OP2); in dt_node_op2()
3016 (cp->dn_kind == DT_NODE_OP2 && cp->dn_op == DT_TOK_ADD && in dt_cook_op1()
4708 case DT_NODE_OP2: in dt_printd()
4909 case DT_NODE_OP2: in dt_node_printr()
H A Ddt_cg.c1018 dn.dn_kind = DT_NODE_OP2; in dt_cg_asgn_op()
1814 assert(dnp->dn_kind == DT_NODE_OP2); in dt_cg_node()