Searched refs:DT_NODE_OP2 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h114 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */
115 #define dn_right dn_u._nodes._links[1] /* DT_NODE_OP2, OP3 */
147 #define DT_NODE_OP2 9 /* binary operator */ macro
H A Ddt_parser.c441 case DT_NODE_OP2:
573 case DT_NODE_OP2:
2037 dnp = dt_node_alloc(DT_NODE_OP2);
2939 (cp->dn_kind == DT_NODE_OP2 && cp->dn_op == DT_TOK_ADD &&
4398 dt_cook_op2, /* DT_NODE_OP2 */
4460 case DT_NODE_OP2:
4725 case DT_NODE_OP2:
H A Ddt_cg.c997 dn.dn_kind = DT_NODE_OP2;
1639 assert(dnp->dn_kind == DT_NODE_OP2);

Completed in 36 milliseconds