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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.h122 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */
123 #define dn_right dn_u._nodes._links[1] /* DT_NODE_OP2, OP3 */
155 #define DT_NODE_OP2 9 /* binary operator */ macro
H A Ddt_parser.c449 case DT_NODE_OP2:
581 case DT_NODE_OP2:
2049 dnp = dt_node_alloc(DT_NODE_OP2);
2948 (cp->dn_kind == DT_NODE_OP2 && cp->dn_op == DT_TOK_ADD &&
4407 dt_cook_op2, /* DT_NODE_OP2 */
4640 case DT_NODE_OP2:
H A Ddt_cg.c1005 dn.dn_kind = DT_NODE_OP2;
1652 assert(dnp->dn_kind == DT_NODE_OP2);

Completed in 587 milliseconds